#BC6F35

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

Shades of Meteor #BC6F35

Tints of Meteor #BC6F35

Color information

#BC6F35 (or 0xBC6F35) is unknown color: approx Meteor. HEX triplet: BC, 6F and 35. RGB value is (188,111,53). Sum of RGB (Red+Green+Blue) = 188+111+53=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 53 (21.09% from 255 or 15.06% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F35 is #4390CA. Grayscale: #7F7F7F. Windows color (decimal): -4427979 or 3502012. OLE color: 3502012.

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

Color convert

RGB18811153-
CMYK00.410.720.26
HSL25.78º56.02%47.25%-
HSV(B)25.78º71.81%73.73%-
XYZ27.0722.326.25-
YUV127.4186.01171.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.41%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 53 (21.09% from 255) = 15.06%
R=53.41%
G=31.53%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881115300.410.720.2625.7856.0247.25
HexBC6F35029481A1a382f
Octal2741576505111032327057
Binary101111001101111110101010100110010001101011010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F35; }

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

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

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

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

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

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

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

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