#BF7033

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

Shades of Meteor #BF7033

Tints of Meteor #BF7033

Color information

#BF7033 (or 0xBF7033) is unknown color: approx Meteor. HEX triplet: BF, 70 and 33. RGB value is (191,112,51). Sum of RGB (Red+Green+Blue) = 191+112+51=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 51 (20.31% from 255 or 14.41% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7033 is #408FCC. Grayscale: #808080. Windows color (decimal): -4231117 or 3371199. OLE color: 3371199.

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

Color convert

RGB19111251-
CMYK00.410.730.25
HSL26.14º57.85%47.45%-
HSV(B)26.14º73.3%74.9%-
XYZ27.8822.96.08-
YUV128.6784.17172.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 51 (20.31% from 255) = 14.41%
R=53.95%
G=31.64%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911125100.410.730.2526.1457.8547.45
HexBF703302949191a3a2f
Octal2771606305111131327257
Binary101111111110000110011010100110010011100111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7033; }

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

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

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

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

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

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

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

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