Html Css Color HEX #B96E32 Reno Sand

📋 copy color: '#B96E32'

red 185 ◦ green 110 ◦ blue 50

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

Shades of Reno Sand #B96E32

Tints of Reno Sand #B96E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 53.62%
G = 31.88%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#B96E32 (or 0xB96E32) is known color: Reno Sand. HEX triplet: B9, 6E and 32. RGB value is (185,110,50). Sum of RGB (Red+Green+Blue) = 185+110+50=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E32 is #4691CD. Grayscale: #7D7D7D. Windows color (decimal): -4624846 or 3305145. OLE color: 3305145.

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

Color convert

RGB 185 110 50 -
CMYK 0 0.41 0.73 0.27
HSL 26.67º 0.57% 0.46% -
HSV(B) 26.67º 0.73% 0.73% -
XYZ 26.16 21.7 5.83 -
YUV 125.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 185 110 50 0 0.41 0.73 0.27 26.67 0.57 0.46
Hex B9 6E 32 0 29 49 1B 1B 39 2E
Octal 271 156 62 0 51 111 33 33 71 56
Binary 10111001 1101110 110010 0 101001 1001001 11011 11011 111001 101110

Color Harmonies of #B96E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E32

Black with #B96E32

Text Example


Text Example

White with #B96E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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