Html Css Color HEX #B96F36 Reno Sand

📋 copy color: '#B96F36'

red 185 ◦ green 111 ◦ blue 54

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

Shades of Reno Sand #B96F36

Tints of Reno Sand #B96F36

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

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

R = 52.86%
G = 31.71%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#B96F36 (or 0xB96F36) is known color: Reno Sand. HEX triplet: B9, 6F and 36. RGB value is (185,111,54). Sum of RGB (Red+Green+Blue) = 185+111+54=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F36 is #4690C9. Grayscale: #7E7E7E. Windows color (decimal): -4624586 or 3567545. OLE color: 3567545.

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

Color convert

RGB 185 111 54 -
CMYK 0 0.4 0.71 0.27
HSL 26.11º 0.55% 0.47% -
HSV(B) 26.11º 0.71% 0.73% -
XYZ 26.36 21.95 6.34 -
YUV 126.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 185 111 54 0 0.4 0.71 0.27 26.11 0.55 0.47
Hex B9 6F 36 0 28 47 1B 1A 37 2F
Octal 271 157 66 0 50 107 33 32 67 57
Binary 10111001 1101111 110110 0 101000 1000111 11011 11010 110111 101111

Color Harmonies of #B96F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F36

Black with #B96F36

Text Example


Text Example

White with #B96F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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