Html Css Color HEX #B37535 Reno Sand

📋 copy color: '#B37535'

red 179 ◦ green 117 ◦ blue 53

#B37535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #B37535

Tints of Reno Sand #B37535

RGB

 RED value IS 179 (70.31% from 255) = 51.29%

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 53 (21.09% from 255) = 15.19%

R = 51.29%
G = 33.52%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B37535 (or 0xB37535) is known color: Reno Sand. HEX triplet: B3, 75 and 35. RGB value is (179,117,53). Sum of RGB (Red+Green+Blue) = 179+117+53=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B37535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37535 is #4C8ACA. Grayscale: #808080. Windows color (decimal): -5016267 or 3503539. OLE color: 3503539.

HSL color Cylindrical-coordinate representation of color #B37535: hue angle of 30.48º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B37535 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 117 53 -
CMYK 0 0.35 0.70 0.30
HSL 30.48º 0.54% 0.45% -
HSV(B) 30.48º 0.7% 0.7% -
XYZ 25.59 22.56 6.37 -
YUV 128.24 85.54 164.2 -
System Red Green Blue C M Y K H S L
Decimal 179 117 53 0 0.35 0.70 0.30 30.48 0.54 0.45
Hex B3 75 35 0 23 46 1E 1E 36 2D
Octal 263 165 65 0 43 106 36 36 66 55
Binary 10110011 1110101 110101 0 100011 1000110 11110 11110 110110 101101

Color Harmonies of #B37535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37535

Black with #B37535

Text Example


Text Example

White with #B37535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37535; }

 p { color: rgb(179,117,53); }

 H1.HeaderClassName
 {
   color: #B37535;
 }
 .AnyTagClassName
 {
   color: #B37535;
 }
</style>

background-color css

<style>
 a { background-color: #B37535; }

 a { background-color: rgb(179,117,53); }

 div.DivClassName
 {
   background-color: #B37535;
 }
 .BgClassName
 {
   background-color: #B37535;
 }
</style>

border-color css

<style>
 span { border-color: #B37535; }

 span { border-color: rgb(179,117,53); }

 td.TdClassName
 {
   border-color: #B37535;
 }
 .TagClassName
 {
   border-color: #B37535;
 }
</style>