#BC6F34

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

Shades of Meteor #BC6F34

Tints of Meteor #BC6F34

Color information

#BC6F34 (or 0xBC6F34) is unknown color: approx Meteor. HEX triplet: BC, 6F and 34. RGB value is (188,111,52). Sum of RGB (Red+Green+Blue) = 188+111+52=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F34 is #4390CB. Grayscale: #7F7F7F. Windows color (decimal): -4427980 or 3436476. OLE color: 3436476.

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

Color convert

RGB18811152-
CMYK00.410.720.26
HSL26.03º56.67%47.06%-
HSV(B)26.03º72.34%73.73%-
XYZ27.0422.316.13-
YUV127.385.51171.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.56%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 52 (20.70% from 255) = 14.81%
R=53.56%
G=31.62%
B=14.81%

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
Decimal1881115200.410.720.2626.0356.6747.06
HexBC6F34029481A1a392f
Octal2741576405111032327157
Binary101111001101111110100010100110010001101011010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F34; }

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

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

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

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

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

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

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

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