#BF6F29

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

Shades of Meteor #BF6F29

Tints of Meteor #BF6F29

Color information

#BF6F29 (or 0xBF6F29) is unknown color: approx Meteor. HEX triplet: BF, 6F and 29. RGB value is (191,111,41). Sum of RGB (Red+Green+Blue) = 191+111+41=343 (45% of max value = 765). Red value is 191 (75% from 255 or 55.69% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF6F29 is #4090D6. Grayscale: #7F7F7F. Windows color (decimal): -4231383 or 2715583. OLE color: 2715583.

HSL color Cylindrical-coordinate representation of color #BF6F29: hue angle of 28º 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 #BF6F29 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB19111141-
CMYK00.420.790.25
HSL28º64.66%45.49%-
HSV(B)28º78.53%74.9%-
XYZ27.5722.615.01-
YUV126.9479.5173.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.69%
GREEN value IS 111 (43.75% from 255) = 32.36%
BLUE value IS 41 (16.41% from 255) = 11.95%
R=55.69%
G=32.36%
B=11.95%

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
Decimal1911114100.420.790.252864.6645.49
HexBF6F2902A4F191c412d
Octal27715751052117313410155
Binary1011111111011111010010101010100111111001111001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6F29; }

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

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

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

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

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

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

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

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