#BF7232

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

Shades of Meteor #BF7232

Tints of Meteor #BF7232

Color information

#BF7232 (or 0xBF7232) is unknown color: approx Meteor. HEX triplet: BF, 72 and 32. RGB value is (191,114,50). Sum of RGB (Red+Green+Blue) = 191+114+50=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7232 is #408DCD. Grayscale: #828282. Windows color (decimal): -4230606 or 3306175. OLE color: 3306175.

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

Color convert

RGB19111450-
CMYK00.400.740.25
HSL27.23º58.51%47.25%-
HSV(B)27.23º73.82%74.9%-
XYZ28.0823.346.04-
YUV129.7383.01171.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 50 (19.92% from 255) = 14.08%
R=53.80%
G=32.11%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911145000.400.740.2527.2358.5147.25
HexBF72320284A191b3b2f
Octal2771626205011231337357
Binary101111111110010110010010100010010101100111011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7232; }

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

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

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

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

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

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

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

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