#BC722D

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

Shades of Meteor #BC722D

Tints of Meteor #BC722D

Color information

#BC722D (or 0xBC722D) is unknown color: approx Meteor. HEX triplet: BC, 72 and 2D. RGB value is (188,114,45). Sum of RGB (Red+Green+Blue) = 188+114+45=347 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.18% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 188 - color contains mainly: red. Hex color #BC722D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC722D is #438DD2. Grayscale: #808080. Windows color (decimal): -4427219 or 2978492. OLE color: 2978492.

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

Color convert

RGB18811445-
CMYK00.390.760.26
HSL28.95º61.37%45.69%-
HSV(B)28.95º76.06%73.73%-
XYZ27.2322.925.47-
YUV128.2681.02170.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.18%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 45 (17.97% from 255) = 12.97%
R=54.18%
G=32.85%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881144500.390.760.2628.9561.3745.69
HexBC722D0274C1A1d3d2e
Octal2741625504711432357556
Binary101111001110010101101010011110011001101011101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC722D; }

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

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

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

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

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

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

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

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