Html Css Color HEX #B96A38 Reno Sand

📋 copy color: '#B96A38'

red 185 ◦ green 106 ◦ blue 56

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

Shades of Reno Sand #B96A38

Tints of Reno Sand #B96A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.55%

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

R = 53.31%
G = 30.55%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#B96A38 (or 0xB96A38) is known color: Reno Sand. HEX triplet: B9, 6A and 38. RGB value is (185,106,56). Sum of RGB (Red+Green+Blue) = 185+106+56=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A38 is #4695C7. Grayscale: #7C7C7C. Windows color (decimal): -4625864 or 3697337. OLE color: 3697337.

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

Color convert

RGB 185 106 56 -
CMYK 0 0.43 0.70 0.27
HSL 23.26º 0.54% 0.47% -
HSV(B) 23.26º 0.7% 0.73% -
XYZ 25.88 20.91 6.41 -
YUV 123.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 185 106 56 0 0.43 0.70 0.27 23.26 0.54 0.47
Hex B9 6A 38 0 2B 46 1B 17 36 2F
Octal 271 152 70 0 53 106 33 27 66 57
Binary 10111001 1101010 111000 0 101011 1000110 11011 10111 110110 101111

Color Harmonies of #B96A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A38

Black with #B96A38

Text Example


Text Example

White with #B96A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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