#BC7035

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

Shades of Meteor #BC7035

Tints of Meteor #BC7035

Color information

#BC7035 (or 0xBC7035) is unknown color: approx Meteor. HEX triplet: BC, 70 and 35. RGB value is (188,112,53). Sum of RGB (Red+Green+Blue) = 188+112+53=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7035 is #438FCA. Grayscale: #808080. Windows color (decimal): -4427723 or 3502268. OLE color: 3502268.

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

Color convert

RGB18811253-
CMYK00.400.720.26
HSL26.22º56.02%47.25%-
HSV(B)26.22º71.81%73.73%-
XYZ27.1822.546.29-
YUV12885.68170.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=53.26%
G=31.73%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881125300.400.720.2626.2256.0247.25
HexBC7035028481A1a382f
Octal2741606505011032327057
Binary101111001110000110101010100010010001101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7035; }

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

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

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

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

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

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

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

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