Html Css Color HEX #B96434 Smoke Tree

📋 copy color: '#B96434'

red 185 ◦ green 100 ◦ blue 52

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

Shades of Smoke Tree #B96434

Tints of Smoke Tree #B96434

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 54.9%
G = 29.67%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B96434 (or 0xB96434) is known color: Smoke Tree. HEX triplet: B9, 64 and 34. RGB value is (185,100,52). Sum of RGB (Red+Green+Blue) = 185+100+52=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 52 (20.70% from 255 or 15.43% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96434 is #469BCB. Grayscale: #787878. Windows color (decimal): -4627404 or 3433657. OLE color: 3433657.

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

Color convert

RGB 185 100 52 -
CMYK 0 0.46 0.72 0.27
HSL 21.65º 0.56% 0.46% -
HSV(B) 21.65º 0.72% 0.73% -
XYZ 25.18 19.68 5.72 -
YUV 119.94 89.66 174.4 -
System Red Green Blue C M Y K H S L
Decimal 185 100 52 0 0.46 0.72 0.27 21.65 0.56 0.46
Hex B9 64 34 0 2E 48 1B 16 38 2E
Octal 271 144 64 0 56 110 33 26 70 56
Binary 10111001 1100100 110100 0 101110 1001000 11011 10110 111000 101110

Color Harmonies of #B96434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96434

Black with #B96434

Text Example


Text Example

White with #B96434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96434; }

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

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

background-color css

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

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

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

border-color css

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

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

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