#BF702C

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

Shades of Meteor #BF702C

Tints of Meteor #BF702C

Color information

#BF702C (or 0xBF702C) is unknown color: approx Meteor. HEX triplet: BF, 70 and 2C. RGB value is (191,112,44). Sum of RGB (Red+Green+Blue) = 191+112+44=347 (45% of max value = 765). Red value is 191 (75% from 255 or 55.04% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 191 - color contains mainly: red. Hex color #BF702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF702C is #408FD3. Grayscale: #808080. Windows color (decimal): -4231124 or 2912447. OLE color: 2912447.

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

Color convert

RGB19111244-
CMYK00.410.770.25
HSL27.76º62.55%46.08%-
HSV(B)27.76º76.96%74.9%-
XYZ27.7322.855.33-
YUV127.8780.67173.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.04%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=55.04%
G=32.28%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911124400.410.770.2527.7662.5546.08
HexBF702C0294D191c3f2e
Octal2771605405111531347756
Binary101111111110000101100010100110011011100111100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF702C; }

 p { color: rgb(191,112,44); }

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

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

 a { background-color: rgb(191,112,44); }

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

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

 span { border-color: rgb(191,112,44); }

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