#BF7233

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

Shades of Meteor #BF7233

Tints of Meteor #BF7233

Color information

#BF7233 (or 0xBF7233) is unknown color: approx Meteor. HEX triplet: BF, 72 and 33. RGB value is (191,114,51). Sum of RGB (Red+Green+Blue) = 191+114+51=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7233 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7233 is #408DCC. Grayscale: #828282. Windows color (decimal): -4230605 or 3371711. OLE color: 3371711.

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

Color convert

RGB19111451-
CMYK00.400.730.25
HSL27º57.85%47.45%-
HSV(B)27º73.3%74.9%-
XYZ28.123.356.16-
YUV129.8483.51171.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 114 (44.92% from 255) = 32.02%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=53.65%
G=32.02%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911145100.400.730.252757.8547.45
HexBF723302849191b3a2f
Octal2771626305011131337257
Binary101111111110010110011010100010010011100111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7233; }

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

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

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

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

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

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

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

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