Html Css Color HEX #B96034 Smoke Tree

📋 copy color: '#B96034'

red 185 ◦ green 96 ◦ blue 52

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

Shades of Smoke Tree #B96034

Tints of Smoke Tree #B96034

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 55.56%
G = 28.83%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96034 (or 0xB96034) is known color: Smoke Tree. HEX triplet: B9, 60 and 34. RGB value is (185,96,52). Sum of RGB (Red+Green+Blue) = 185+96+52=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B96034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96034 is #469FCB. Grayscale: #757575. Windows color (decimal): -4628428 or 3432633. OLE color: 3432633.

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

Color convert

RGB 185 96 52 -
CMYK 0 0.48 0.72 0.27
HSL 19.85º 0.56% 0.46% -
HSV(B) 19.85º 0.72% 0.73% -
XYZ 24.81 18.93 5.59 -
YUV 117.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 185 96 52 0 0.48 0.72 0.27 19.85 0.56 0.46
Hex B9 60 34 0 30 48 1B 14 38 2E
Octal 271 140 64 0 60 110 33 24 70 56
Binary 10111001 1100000 110100 0 110000 1001000 11011 10100 111000 101110

Color Harmonies of #B96034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96034

Black with #B96034

Text Example


Text Example

White with #B96034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96034; }

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

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

background-color css

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

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

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

border-color css

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

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

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