Html Css Color HEX #B96E38 Reno Sand

📋 copy color: '#B96E38'

red 185 ◦ green 110 ◦ blue 56

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

Shades of Reno Sand #B96E38

Tints of Reno Sand #B96E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.95%

R = 52.71%
G = 31.34%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96E38 (or 0xB96E38) is known color: Reno Sand. HEX triplet: B9, 6E and 38. RGB value is (185,110,56). Sum of RGB (Red+Green+Blue) = 185+110+56=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E38 is #4691C7. Grayscale: #7E7E7E. Windows color (decimal): -4624840 or 3698361. OLE color: 3698361.

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

Color convert

RGB 185 110 56 -
CMYK 0 0.41 0.70 0.27
HSL 25.12º 0.54% 0.47% -
HSV(B) 25.12º 0.7% 0.73% -
XYZ 26.3 21.75 6.55 -
YUV 126.27 88.35 169.89 -
System Red Green Blue C M Y K H S L
Decimal 185 110 56 0 0.41 0.70 0.27 25.12 0.54 0.47
Hex B9 6E 38 0 29 46 1B 19 36 2F
Octal 271 156 70 0 51 106 33 31 66 57
Binary 10111001 1101110 111000 0 101001 1000110 11011 11001 110110 101111

Color Harmonies of #B96E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E38

Black with #B96E38

Text Example


Text Example

White with #B96E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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