Html Css Color HEX #B96C36 Reno Sand

📋 copy color: '#B96C36'

red 185 ◦ green 108 ◦ blue 54

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

Shades of Reno Sand #B96C36

Tints of Reno Sand #B96C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 53.31%
G = 31.12%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96C36 (or 0xB96C36) is known color: Reno Sand. HEX triplet: B9, 6C and 36. RGB value is (185,108,54). Sum of RGB (Red+Green+Blue) = 185+108+54=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C36 is #4693C9. Grayscale: #7D7D7D. Windows color (decimal): -4625354 or 3566777. OLE color: 3566777.

HSL color Cylindrical-coordinate representation of color #B96C36: hue angle of 24.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B96C36 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 108 54 -
CMYK 0 0.42 0.71 0.27
HSL 24.73º 0.55% 0.47% -
HSV(B) 24.73º 0.71% 0.73% -
XYZ 26.04 21.31 6.23 -
YUV 124.87 88.01 170.89 -
System Red Green Blue C M Y K H S L
Decimal 185 108 54 0 0.42 0.71 0.27 24.73 0.55 0.47
Hex B9 6C 36 0 2A 47 1B 19 37 2F
Octal 271 154 66 0 52 107 33 31 67 57
Binary 10111001 1101100 110110 0 101010 1000111 11011 11001 110111 101111

Color Harmonies of #B96C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C36

Black with #B96C36

Text Example


Text Example

White with #B96C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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