Html Css Color HEX #B96D32 Reno Sand

📋 copy color: '#B96D32'

red 185 ◦ green 109 ◦ blue 50

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

Shades of Reno Sand #B96D32

Tints of Reno Sand #B96D32

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.69%

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

R = 53.78%
G = 31.69%
B = 14.53%

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

#B96D32 (or 0xB96D32) is known color: Reno Sand. HEX triplet: B9, 6D and 32. RGB value is (185,109,50). Sum of RGB (Red+Green+Blue) = 185+109+50=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D32 is #4692CD. Grayscale: #7D7D7D. Windows color (decimal): -4625102 or 3304889. OLE color: 3304889.

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

Color convert

RGB 185 109 50 -
CMYK 0 0.41 0.73 0.27
HSL 26.22º 0.57% 0.46% -
HSV(B) 26.22º 0.73% 0.73% -
XYZ 26.05 21.48 5.79 -
YUV 125 85.68 170.8 -
System Red Green Blue C M Y K H S L
Decimal 185 109 50 0 0.41 0.73 0.27 26.22 0.57 0.46
Hex B9 6D 32 0 29 49 1B 1A 39 2E
Octal 271 155 62 0 51 111 33 32 71 56
Binary 10111001 1101101 110010 0 101001 1001001 11011 11010 111001 101110

Color Harmonies of #B96D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D32

Black with #B96D32

Text Example


Text Example

White with #B96D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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