#BC6332

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

Shades of Smoke Tree #BC6332

Tints of Smoke Tree #BC6332

Color information

#BC6332 (or 0xBC6332) is unknown color: approx Smoke Tree. HEX triplet: BC, 63 and 32. RGB value is (188,99,50). Sum of RGB (Red+Green+Blue) = 188+99+50=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6332 is #439CCD. Grayscale: #787878. Windows color (decimal): -4431054 or 3302332. OLE color: 3302332.

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

Color convert

RGB1889950-
CMYK00.470.730.26
HSL21.3º57.98%46.67%-
HSV(B)21.3º73.4%73.73%-
XYZ25.7819.855.49-
YUV120.0288.49176.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.79%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 50 (19.92% from 255) = 14.84%
R=55.79%
G=29.38%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188995000.470.730.2621.357.9846.67
HexBC633202F491A153a2f
Octal2741436205711132257257
Binary101111001100011110010010111110010011101010101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6332; }

 p { color: rgb(188,99,50); }

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

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

 a { background-color: rgb(188,99,50); }

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

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

 span { border-color: rgb(188,99,50); }

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