#BC6033

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

Shades of Smoke Tree #BC6033

Tints of Smoke Tree #BC6033

Color information

#BC6033 (or 0xBC6033) is unknown color: approx Smoke Tree. HEX triplet: BC, 60 and 33. RGB value is (188,96,51). Sum of RGB (Red+Green+Blue) = 188+96+51=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6033 is #439FCC. Grayscale: #767676. Windows color (decimal): -4431821 or 3367100. OLE color: 3367100.

HSL color Cylindrical-coordinate representation of color #BC6033: hue angle of 19.71º degrees, saturation: 0.57, 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 #BC6033 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB1889651-
CMYK00.490.730.26
HSL19.71º57.32%46.86%-
HSV(B)19.71º72.87%73.73%-
XYZ25.5219.35.51-
YUV118.3889.98177.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.12%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 51 (20.31% from 255) = 15.22%
R=56.12%
G=28.66%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188965100.490.730.2619.7157.3246.86
HexBC6033031491A14392f
Octal2741406306111132247157
Binary101111001100000110011011000110010011101010100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6033; }

 p { color: rgb(188,96,51); }

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

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

 a { background-color: rgb(188,96,51); }

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

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

 span { border-color: rgb(188,96,51); }

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