Html Css Color HEX #B96534 Smoke Tree

📋 copy color: '#B96534'

red 185 ◦ green 101 ◦ blue 52

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

Shades of Smoke Tree #B96534

Tints of Smoke Tree #B96534

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

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

R = 54.73%
G = 29.88%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96534 (or 0xB96534) is known color: Smoke Tree. HEX triplet: B9, 65 and 34. RGB value is (185,101,52). Sum of RGB (Red+Green+Blue) = 185+101+52=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B96534 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96534 is #469ACB. Grayscale: #787878. Windows color (decimal): -4627148 or 3433913. OLE color: 3433913.

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

Color convert

RGB 185 101 52 -
CMYK 0 0.45 0.72 0.27
HSL 22.11º 0.56% 0.46% -
HSV(B) 22.11º 0.72% 0.73% -
XYZ 25.28 19.87 5.75 -
YUV 120.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 185 101 52 0 0.45 0.72 0.27 22.11 0.56 0.46
Hex B9 65 34 0 2D 48 1B 16 38 2E
Octal 271 145 64 0 55 110 33 26 70 56
Binary 10111001 1100101 110100 0 101101 1001000 11011 10110 111000 101110

Color Harmonies of #B96534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96534

Black with #B96534

Text Example


Text Example

White with #B96534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96534; }

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

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

background-color css

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

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

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

border-color css

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

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

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