#BF6F28

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

Shades of Meteor #BF6F28

Tints of Meteor #BF6F28

Color information

#BF6F28 (or 0xBF6F28) is unknown color: approx Meteor. HEX triplet: BF, 6F and 28. RGB value is (191,111,40). Sum of RGB (Red+Green+Blue) = 191+111+40=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F28 is #4090D7. Grayscale: #7F7F7F. Windows color (decimal): -4231384 or 2650047. OLE color: 2650047.

HSL color Cylindrical-coordinate representation of color #BF6F28: hue angle of 28.21º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF6F28 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19111140-
CMYK00.420.790.25
HSL28.21º65.37%45.29%-
HSV(B)28.21º79.06%74.9%-
XYZ27.5522.64.92-
YUV126.8379173.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 40 (16.02% from 255) = 11.70%
R=55.85%
G=32.46%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911114000.420.790.2528.2165.3745.29
HexBF6F2802A4F191c412d
Octal27715750052117313410155
Binary1011111111011111010000101010100111111001111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F28; }

 p { color: rgb(191,111,40); }

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

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

 a { background-color: rgb(191,111,40); }

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

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

 span { border-color: rgb(191,111,40); }

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