#BF7230

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

Shades of Meteor #BF7230

Tints of Meteor #BF7230

Color information

#BF7230 (or 0xBF7230) is unknown color: approx Meteor. HEX triplet: BF, 72 and 30. RGB value is (191,114,48). Sum of RGB (Red+Green+Blue) = 191+114+48=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7230 is #408DCF. Grayscale: #818181. Windows color (decimal): -4230608 or 3175103. OLE color: 3175103.

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

Color convert

RGB19111448-
CMYK00.400.750.25
HSL27.69º59.83%46.86%-
HSV(B)27.69º74.87%74.9%-
XYZ28.0423.325.82-
YUV129.582.01171.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 48 (19.14% from 255) = 13.60%
R=54.11%
G=32.29%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911144800.400.750.2527.6959.8346.86
HexBF72300284B191c3c2f
Octal2771626005011331347457
Binary101111111110010110000010100010010111100111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7230; }

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

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

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

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

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

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

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

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