#BE6132

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

Shades of Smoke Tree #BE6132

Tints of Smoke Tree #BE6132

Color information

#BE6132 (or 0xBE6132) is unknown color: approx Smoke Tree. HEX triplet: BE, 61 and 32. RGB value is (190,97,50). Sum of RGB (Red+Green+Blue) = 190+97+50=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6132 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE6132 is #419ECD. Grayscale: #777777. Windows color (decimal): -4300494 or 3301822. OLE color: 3301822.

HSL color Cylindrical-coordinate representation of color #BE6132: hue angle of 20.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE6132 is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1909750-
CMYK00.490.740.25
HSL20.14º58.33%47.06%-
HSV(B)20.14º73.68%74.51%-
XYZ26.0919.735.45-
YUV119.4588.81178.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=56.38%
G=28.78%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190975000.490.740.2520.1458.3347.06
HexBE61320314A19143a2f
Octal2761416206111231247257
Binary101111101100001110010011000110010101100110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6132; }

 p { color: rgb(190,97,50); }

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

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

 a { background-color: rgb(190,97,50); }

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

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

 span { border-color: rgb(190,97,50); }

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