Html Css Color HEX #B96C34 Reno Sand

📋 copy color: '#B96C34'

red 185 ◦ green 108 ◦ blue 52

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

Shades of Reno Sand #B96C34

Tints of Reno Sand #B96C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.3%

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

R = 53.62%
G = 31.3%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96C34 (or 0xB96C34) is known color: Reno Sand. HEX triplet: B9, 6C and 34. RGB value is (185,108,52). Sum of RGB (Red+Green+Blue) = 185+108+52=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C34 is #4693CB. Grayscale: #7C7C7C. Windows color (decimal): -4625356 or 3435705. OLE color: 3435705.

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

Color convert

RGB 185 108 52 -
CMYK 0 0.42 0.72 0.27
HSL 25.26º 0.56% 0.46% -
HSV(B) 25.26º 0.72% 0.73% -
XYZ 25.99 21.29 5.99 -
YUV 124.64 87.01 171.05 -
System Red Green Blue C M Y K H S L
Decimal 185 108 52 0 0.42 0.72 0.27 25.26 0.56 0.46
Hex B9 6C 34 0 2A 48 1B 19 38 2E
Octal 271 154 64 0 52 110 33 31 70 56
Binary 10111001 1101100 110100 0 101010 1001000 11011 11001 111000 101110

Color Harmonies of #B96C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C34

Black with #B96C34

Text Example


Text Example

White with #B96C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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