#BC723A

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

Shades of Meteor #BC723A

Tints of Meteor #BC723A

Color information

#BC723A (or 0xBC723A) is unknown color: approx Meteor. HEX triplet: BC, 72 and 3A. RGB value is (188,114,58). Sum of RGB (Red+Green+Blue) = 188+114+58=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC723A is #438DC5. Grayscale: #828282. Windows color (decimal): -4427206 or 3830460. OLE color: 3830460.

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

Color convert

RGB18811458-
CMYK00.390.690.26
HSL25.85º52.85%48.24%-
HSV(B)25.85º69.15%73.73%-
XYZ27.5223.037-
YUV129.7487.52169.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 114 (44.92% from 255) = 31.67%
BLUE value IS 58 (23.05% from 255) = 16.11%
R=52.22%
G=31.67%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881145800.390.690.2625.8552.8548.24
HexBC723A027451A1a3530
Octal2741627204710532326560
Binary101111001110010111010010011110001011101011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC723A; }

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

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

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

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

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

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

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

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