#bc7231

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

Shades of Meteor #BC7231

Tints of Meteor #BC7231

Color information

#BC7231 (or 0xBC7231) is unknown color: approx Meteor. HEX triplet: BC, 72 and 31. RGB value is (188,114,49). Sum of RGB (Red+Green+Blue) = 188+114+49=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7231 is #438DCE. Grayscale: #818181. Windows color (decimal): -4427215 or 3240636. OLE color: 3240636.

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

Color convert

RGB18811449-
CMYK00.390.740.26
HSL28.06º58.65%46.47%-
HSV(B)28.06º73.94%73.73%-
XYZ27.3122.955.9-
YUV128.7283.02170.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 49 (19.53% from 255) = 13.96%
R=53.56%
G=32.48%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881144900.390.740.2628.0658.6546.47
HexBC72310274A1A1c3b2e
Octal2741626104711232347356
Binary101111001110010110001010011110010101101011100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7231; }

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

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

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

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

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

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

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

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