#BFA030

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

Shades of Sahara #BFA030

Tints of Sahara #BFA030

Color information

#BFA030 (or 0xBFA030) is unknown color: approx Sahara. HEX triplet: BF, A0 and 30. RGB value is (191,160,48). Sum of RGB (Red+Green+Blue) = 191+160+48=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 160 (62.89% from 255 or 40.10% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA030 is #405FCF. Grayscale: #9C9C9C. Windows color (decimal): -4218832 or 3186879. OLE color: 3186879.

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

Color convert

RGB19116048-
CMYK00.160.750.25
HSL46.99º59.83%46.86%-
HSV(B)46.99º74.87%74.9%-
XYZ34.5936.438.01-
YUV156.566.77152.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 160 (62.89% from 255) = 40.10%
BLUE value IS 48 (19.14% from 255) = 12.03%
R=47.87%
G=40.10%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911604800.160.750.2546.9959.8346.86
HexBFA0300104B192f3c2f
Octal2772406002011331577457
Binary1011111110100000110000010000100101111001101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA030; }

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

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

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

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

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

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

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

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