Html Css Color HEX #B96A34 Reno Sand

📋 copy color: '#B96A34'

red 185 ◦ green 106 ◦ blue 52

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

Shades of Reno Sand #B96A34

Tints of Reno Sand #B96A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 53.94%
G = 30.9%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96A34 (or 0xB96A34) is known color: Reno Sand. HEX triplet: B9, 6A and 34. RGB value is (185,106,52). Sum of RGB (Red+Green+Blue) = 185+106+52=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A34 is #4695CB. Grayscale: #7B7B7B. Windows color (decimal): -4625868 or 3435193. OLE color: 3435193.

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

Color convert

RGB 185 106 52 -
CMYK 0 0.43 0.72 0.27
HSL 24.36º 0.56% 0.46% -
HSV(B) 24.36º 0.72% 0.73% -
XYZ 25.78 20.87 5.92 -
YUV 123.47 87.67 171.89 -
System Red Green Blue C M Y K H S L
Decimal 185 106 52 0 0.43 0.72 0.27 24.36 0.56 0.46
Hex B9 6A 34 0 2B 48 1B 18 38 2E
Octal 271 152 64 0 53 110 33 30 70 56
Binary 10111001 1101010 110100 0 101011 1001000 11011 11000 111000 101110

Color Harmonies of #B96A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A34

Black with #B96A34

Text Example


Text Example

White with #B96A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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