#BF7732

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

Shades of Meteor #BF7732

Tints of Meteor #BF7732

Color information

#BF7732 (or 0xBF7732) is unknown color: approx Meteor. HEX triplet: BF, 77 and 32. RGB value is (191,119,50). Sum of RGB (Red+Green+Blue) = 191+119+50=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 119 (46.88% from 255 or 33.06% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF7732 is #4088CD. Grayscale: #858585. Windows color (decimal): -4229326 or 3307455. OLE color: 3307455.

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

Color convert

RGB19111950-
CMYK00.380.740.25
HSL29.36º58.51%47.25%-
HSV(B)29.36º73.82%74.9%-
XYZ28.6624.56.24-
YUV132.6681.35169.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.06%
GREEN value IS 119 (46.88% from 255) = 33.06%
BLUE value IS 50 (19.92% from 255) = 13.89%
R=53.06%
G=33.06%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911195000.380.740.2529.3658.5147.25
HexBF77320264A191d3b2f
Octal2771676204611231357357
Binary101111111110111110010010011010010101100111101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7732; }

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

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

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

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

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

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

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

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