#BF782E

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

Shades of Meteor #BF782E

Tints of Meteor #BF782E

Color information

#BF782E (or 0xBF782E) is unknown color: approx Meteor. HEX triplet: BF, 78 and 2E. RGB value is (191,120,46). Sum of RGB (Red+Green+Blue) = 191+120+46=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF782E is #4087D1. Grayscale: #858585. Windows color (decimal): -4229074 or 3045567. OLE color: 3045567.

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

Color convert

RGB19112046-
CMYK00.370.760.25
HSL30.62º61.18%46.47%-
HSV(B)30.62º75.92%74.9%-
XYZ28.724.715.84-
YUV132.7979.02169.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.50%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=53.50%
G=33.61%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911204600.370.760.2530.6261.1846.47
HexBF782E0254C191f3d2e
Octal2771705604511431377556
Binary101111111111000101110010010110011001100111111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF782E; }

 p { color: rgb(191,120,46); }

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

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

 a { background-color: rgb(191,120,46); }

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

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

 span { border-color: rgb(191,120,46); }

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