Html Css Color HEX #B96E37 Reno Sand

📋 copy color: '#B96E37'

red 185 ◦ green 110 ◦ blue 55

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

Shades of Reno Sand #B96E37

Tints of Reno Sand #B96E37

RGB

 RED value IS 185 (72.66% from 255) = 52.86%

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 55 (21.88% from 255) = 15.71%

R = 52.86%
G = 31.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96E37 (or 0xB96E37) is known color: Reno Sand. HEX triplet: B9, 6E and 37. RGB value is (185,110,55). Sum of RGB (Red+Green+Blue) = 185+110+55=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E37 is #4691C8. Grayscale: #7E7E7E. Windows color (decimal): -4624841 or 3632825. OLE color: 3632825.

HSL color Cylindrical-coordinate representation of color #B96E37: hue angle of 25.38º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B96E37 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 55 -
CMYK 0 0.41 0.70 0.27
HSL 25.38º 0.54% 0.47% -
HSV(B) 25.38º 0.7% 0.73% -
XYZ 26.27 21.74 6.43 -
YUV 126.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 185 110 55 0 0.41 0.70 0.27 25.38 0.54 0.47
Hex B9 6E 37 0 29 46 1B 19 36 2F
Octal 271 156 67 0 51 106 33 31 66 57
Binary 10111001 1101110 110111 0 101001 1000110 11011 11001 110110 101111

Color Harmonies of #B96E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E37

Black with #B96E37

Text Example


Text Example

White with #B96E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E37; }

 p { color: rgb(185,110,55); }

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

background-color css

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

 a { background-color: rgb(185,110,55); }

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

border-color css

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

 span { border-color: rgb(185,110,55); }

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