#BC7239

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

Shades of Meteor #BC7239

Tints of Meteor #BC7239

Color information

#BC7239 (or 0xBC7239) is unknown color: approx Meteor. HEX triplet: BC, 72 and 39. RGB value is (188,114,57). Sum of RGB (Red+Green+Blue) = 188+114+57=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 57 (22.66% from 255 or 15.88% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7239 is #438DC6. Grayscale: #818181. Windows color (decimal): -4427207 or 3764924. OLE color: 3764924.

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

Color convert

RGB18811457-
CMYK00.390.700.26
HSL26.11º53.47%48.04%-
HSV(B)26.11º69.68%73.73%-
XYZ27.4923.026.87-
YUV129.6387.02169.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.37%
GREEN value IS 114 (44.92% from 255) = 31.75%
BLUE value IS 57 (22.66% from 255) = 15.88%
R=52.37%
G=31.75%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881145700.390.700.2626.1153.4748.04
HexBC7239027461A1a3530
Octal2741627104710632326560
Binary101111001110010111001010011110001101101011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7239; }

 p { color: rgb(188,114,57); }

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

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

 a { background-color: rgb(188,114,57); }

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

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

 span { border-color: rgb(188,114,57); }

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