Html Css Color HEX #B96E39 Reno Sand

📋 copy color: '#B96E39'

red 185 ◦ green 110 ◦ blue 57

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

Shades of Reno Sand #B96E39

Tints of Reno Sand #B96E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.19%

R = 52.56%
G = 31.25%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#B96E39 (or 0xB96E39) is known color: Reno Sand. HEX triplet: B9, 6E and 39. RGB value is (185,110,57). Sum of RGB (Red+Green+Blue) = 185+110+57=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E39 is #4691C6. Grayscale: #7E7E7E. Windows color (decimal): -4624839 or 3763897. OLE color: 3763897.

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

Color convert

RGB 185 110 57 -
CMYK 0 0.41 0.69 0.27
HSL 24.84º 0.53% 0.47% -
HSV(B) 24.84º 0.69% 0.73% -
XYZ 26.32 21.76 6.68 -
YUV 126.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 185 110 57 0 0.41 0.69 0.27 24.84 0.53 0.47
Hex B9 6E 39 0 29 45 1B 19 35 2F
Octal 271 156 71 0 51 105 33 31 65 57
Binary 10111001 1101110 111001 0 101001 1000101 11011 11001 110101 101111

Color Harmonies of #B96E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E39

Black with #B96E39

Text Example


Text Example

White with #B96E39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E39; }

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

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

background-color css

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

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

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

border-color css

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

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

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