#BF7030

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

Shades of Meteor #BF7030

Tints of Meteor #BF7030

Color information

#BF7030 (or 0xBF7030) is unknown color: approx Meteor. HEX triplet: BF, 70 and 30. RGB value is (191,112,48). Sum of RGB (Red+Green+Blue) = 191+112+48=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7030 is #408FCF. Grayscale: #808080. Windows color (decimal): -4231120 or 3174591. OLE color: 3174591.

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

Color convert

RGB19111248-
CMYK00.410.750.25
HSL26.85º59.83%46.86%-
HSV(B)26.85º74.87%74.9%-
XYZ27.8122.885.75-
YUV128.3282.67172.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=54.42%
G=31.91%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911124800.410.750.2526.8559.8346.86
HexBF70300294B191b3c2f
Octal2771606005111331337457
Binary101111111110000110000010100110010111100111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7030; }

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

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

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

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

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

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

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

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