#BC6F2F

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

Shades of Meteor #BC6F2F

Tints of Meteor #BC6F2F

Color information

#BC6F2F (or 0xBC6F2F) is unknown color: approx Meteor. HEX triplet: BC, 6F and 2F. RGB value is (188,111,47). Sum of RGB (Red+Green+Blue) = 188+111+47=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F2F is #4390D0. Grayscale: #7F7F7F. Windows color (decimal): -4427985 or 3108796. OLE color: 3108796.

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

Color convert

RGB18811147-
CMYK00.410.750.26
HSL27.23º60%46.08%-
HSV(B)27.23º75%73.73%-
XYZ26.9422.275.57-
YUV126.7383.01171.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.34%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 47 (18.75% from 255) = 13.58%
R=54.34%
G=32.08%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881114700.410.750.2627.236046.08
HexBC6F2F0294B1A1b3c2e
Octal2741575705111332337456
Binary101111001101111101111010100110010111101011011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F2F; }

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

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

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

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

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

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

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

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