Html Css Color HEX #B96C37 Reno Sand

📋 copy color: '#B96C37'

red 185 ◦ green 108 ◦ blue 55

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

Shades of Reno Sand #B96C37

Tints of Reno Sand #B96C37

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 53.16%
G = 31.03%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96C37 (or 0xB96C37) is known color: Reno Sand. HEX triplet: B9, 6C and 37. RGB value is (185,108,55). Sum of RGB (Red+Green+Blue) = 185+108+55=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C37 is #4693C8. Grayscale: #7D7D7D. Windows color (decimal): -4625353 or 3632313. OLE color: 3632313.

HSL color Cylindrical-coordinate representation of color #B96C37: hue angle of 24.46º 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 #B96C37 is Cyan = 0, Magento = 0.42, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 108 55 -
CMYK 0 0.42 0.70 0.27
HSL 24.46º 0.54% 0.47% -
HSV(B) 24.46º 0.7% 0.73% -
XYZ 26.06 21.32 6.36 -
YUV 124.98 88.51 170.81 -
System Red Green Blue C M Y K H S L
Decimal 185 108 55 0 0.42 0.70 0.27 24.46 0.54 0.47
Hex B9 6C 37 0 2A 46 1B 18 36 2F
Octal 271 154 67 0 52 106 33 30 66 57
Binary 10111001 1101100 110111 0 101010 1000110 11011 11000 110110 101111

Color Harmonies of #B96C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C37

Black with #B96C37

Text Example


Text Example

White with #B96C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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