#BC7235

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

Shades of Meteor #BC7235

Tints of Meteor #BC7235

Color information

#BC7235 (or 0xBC7235) is unknown color: approx Meteor. HEX triplet: BC, 72 and 35. RGB value is (188,114,53). Sum of RGB (Red+Green+Blue) = 188+114+53=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7235 is #438DCA. Grayscale: #818181. Windows color (decimal): -4427211 or 3502780. OLE color: 3502780.

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

Color convert

RGB18811453-
CMYK00.390.720.26
HSL27.11º56.02%47.25%-
HSV(B)27.11º71.81%73.73%-
XYZ27.422.986.36-
YUV129.1785.02169.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=52.96%
G=32.11%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881145300.390.720.2627.1156.0247.25
HexBC7235027481A1b382f
Octal2741626504711032337057
Binary101111001110010110101010011110010001101011011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7235; }

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

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

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

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

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

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

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

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