#BC6D33

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

Shades of Meteor #BC6D33

Tints of Meteor #BC6D33

Color information

#BC6D33 (or 0xBC6D33) is unknown color: approx Meteor. HEX triplet: BC, 6D and 33. RGB value is (188,109,51). Sum of RGB (Red+Green+Blue) = 188+109+51=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D33 is #4392CC. Grayscale: #7E7E7E. Windows color (decimal): -4428493 or 3370428. OLE color: 3370428.

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

Color convert

RGB18810951-
CMYK00.420.730.26
HSL25.4º57.32%46.86%-
HSV(B)25.4º72.87%73.73%-
XYZ26.8121.875.94-
YUV126.0185.67172.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 109 (42.97% from 255) = 31.32%
BLUE value IS 51 (20.31% from 255) = 14.66%
R=54.02%
G=31.32%
B=14.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881095100.420.730.2625.457.3246.86
HexBC6D3302A491A19392f
Octal2741556305211132317157
Binary101111001101101110011010101010010011101011001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D33; }

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

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

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

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

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

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

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

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