Html Css Color HEX #B96D34 Reno Sand

📋 copy color: '#B96D34'

red 185 ◦ green 109 ◦ blue 52

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

Shades of Reno Sand #B96D34

Tints of Reno Sand #B96D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

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

R = 53.47%
G = 31.5%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96D34 (or 0xB96D34) is known color: Reno Sand. HEX triplet: B9, 6D and 34. RGB value is (185,109,52). Sum of RGB (Red+Green+Blue) = 185+109+52=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96D34 is #4692CB. Grayscale: #7D7D7D. Windows color (decimal): -4625100 or 3435961. OLE color: 3435961.

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

Color convert

RGB 185 109 52 -
CMYK 0 0.41 0.72 0.27
HSL 25.71º 0.56% 0.46% -
HSV(B) 25.71º 0.72% 0.73% -
XYZ 26.1 21.5 6.02 -
YUV 125.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 185 109 52 0 0.41 0.72 0.27 25.71 0.56 0.46
Hex B9 6D 34 0 29 48 1B 1A 38 2E
Octal 271 155 64 0 51 110 33 32 70 56
Binary 10111001 1101101 110100 0 101001 1001000 11011 11010 111000 101110

Color Harmonies of #B96D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D34

Black with #B96D34

Text Example


Text Example

White with #B96D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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