#b4622f

Color #B4622F Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #B4622F

Tints of Smoke Tree #B4622F

Color information

#B4622F (or 0xB4622F) is unknown color: approx Smoke Tree. HEX triplet: B4, 62 and 2F. RGB value is (180,98,47). Sum of RGB (Red+Green+Blue) = 180+98+47=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4622F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4622F is #4B9DD0. Grayscale: #747474. Windows color (decimal): -4955601 or 3105460. OLE color: 3105460.

HSL color Cylindrical-coordinate representation of color #B4622F: hue angle of 23.01º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4622F is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB1809847-
CMYK00.460.740.29
HSL23.01º58.59%44.51%-
HSV(B)23.01º73.89%70.59%-
XYZ23.718.645.04-
YUV116.788.67173.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 47 (18.75% from 255) = 14.46%
R=55.38%
G=30.15%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180984700.460.740.2923.0158.5944.51
HexB4622F02E4A1D173b2d
Octal2641425705611235277355
Binary101101001100010101111010111010010101110110111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4622f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4622f; }

 p { color: rgb(180,98,47); }

 H1.HeaderClassName
 {
   color: #b4622f;
 }
 .AnyTagClassName
 {
   color: #b4622f;
 }
</style>
background-color css

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

 a { background-color: rgb(180,98,47); }

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

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

 span { border-color: rgb(180,98,47); }

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