#BC6D27

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

Shades of Meteor #BC6D27

Tints of Meteor #BC6D27

Color information

#BC6D27 (or 0xBC6D27) is unknown color: approx Meteor. HEX triplet: BC, 6D and 27. RGB value is (188,109,39). Sum of RGB (Red+Green+Blue) = 188+109+39=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D27 is #4392D8. Grayscale: #7D7D7D. Windows color (decimal): -4428505 or 2583996. OLE color: 2583996.

HSL color Cylindrical-coordinate representation of color #BC6D27: hue angle of 28.19º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC6D27 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18810939-
CMYK00.420.790.26
HSL28.19º65.64%44.51%-
HSV(B)28.19º79.26%73.73%-
XYZ26.5721.784.72-
YUV124.6479.67173.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 39 (15.62% from 255) = 11.61%
R=55.95%
G=32.44%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881093900.420.790.2628.1965.6444.51
HexBC6D2702A4F1A1c422d
Octal27415547052117323410255
Binary1011110011011011001110101010100111111010111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D27; }

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

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

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

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

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

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

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

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