Html Css Color HEX #B96A36 Reno Sand

📋 copy color: '#B96A36'

red 185 ◦ green 106 ◦ blue 54

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

Shades of Reno Sand #B96A36

Tints of Reno Sand #B96A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.72%

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

R = 53.62%
G = 30.72%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96A36 (or 0xB96A36) is known color: Reno Sand. HEX triplet: B9, 6A and 36. RGB value is (185,106,54). Sum of RGB (Red+Green+Blue) = 185+106+54=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 106 (41.80% from 255 or 30.72% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A36 is #4695C9. Grayscale: #7B7B7B. Windows color (decimal): -4625866 or 3566265. OLE color: 3566265.

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

Color convert

RGB 185 106 54 -
CMYK 0 0.43 0.71 0.27
HSL 23.82º 0.55% 0.47% -
HSV(B) 23.82º 0.71% 0.73% -
XYZ 25.83 20.89 6.16 -
YUV 123.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 185 106 54 0 0.43 0.71 0.27 23.82 0.55 0.47
Hex B9 6A 36 0 2B 47 1B 18 37 2F
Octal 271 152 66 0 53 107 33 30 67 57
Binary 10111001 1101010 110110 0 101011 1000111 11011 11000 110111 101111

Color Harmonies of #B96A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A36

Black with #B96A36

Text Example


Text Example

White with #B96A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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