#BC663A

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

Shades of Smoke Tree #BC663A

Tints of Smoke Tree #BC663A

Color information

#BC663A (or 0xBC663A) is unknown color: approx Smoke Tree. HEX triplet: BC, 66 and 3A. RGB value is (188,102,58). Sum of RGB (Red+Green+Blue) = 188+102+58=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC663A is #4399C5. Grayscale: #7A7A7A. Windows color (decimal): -4430278 or 3827388. OLE color: 3827388.

HSL color Cylindrical-coordinate representation of color #BC663A: hue angle of 20.31º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC663A is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB18810258-
CMYK00.460.690.26
HSL20.31º52.85%48.24%-
HSV(B)20.31º69.15%73.73%-
XYZ26.2520.56.58-
YUV122.791.49174.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 58 (23.05% from 255) = 16.67%
R=54.02%
G=29.31%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881025800.460.690.2620.3152.8548.24
HexBC663A02E451A143530
Octal2741467205610532246560
Binary101111001100110111010010111010001011101010100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC663A; }

 p { color: rgb(188,102,58); }

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

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

 a { background-color: rgb(188,102,58); }

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

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

 span { border-color: rgb(188,102,58); }

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