Html Css Color HEX #B96C33 Reno Sand

📋 copy color: '#B96C33'

red 185 ◦ green 108 ◦ blue 51

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

Shades of Reno Sand #B96C33

Tints of Reno Sand #B96C33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.83%

R = 53.78%
G = 31.4%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96C33 (or 0xB96C33) is known color: Reno Sand. HEX triplet: B9, 6C and 33. RGB value is (185,108,51). Sum of RGB (Red+Green+Blue) = 185+108+51=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C33 is #4693CC. Grayscale: #7C7C7C. Windows color (decimal): -4625357 or 3370169. OLE color: 3370169.

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

Color convert

RGB 185 108 51 -
CMYK 0 0.42 0.72 0.27
HSL 25.52º 0.57% 0.46% -
HSV(B) 25.52º 0.72% 0.73% -
XYZ 25.97 21.28 5.87 -
YUV 124.53 86.51 171.13 -
System Red Green Blue C M Y K H S L
Decimal 185 108 51 0 0.42 0.72 0.27 25.52 0.57 0.46
Hex B9 6C 33 0 2A 48 1B 1A 39 2E
Octal 271 154 63 0 52 110 33 32 71 56
Binary 10111001 1101100 110011 0 101010 1001000 11011 11010 111001 101110

Color Harmonies of #B96C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C33

Black with #B96C33

Text Example


Text Example

White with #B96C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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