#BFA034

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

Shades of Sahara #BFA034

Tints of Sahara #BFA034

Color information

#BFA034 (or 0xBFA034) is unknown color: approx Sahara. HEX triplet: BF, A0 and 34. RGB value is (191,160,52). Sum of RGB (Red+Green+Blue) = 191+160+52=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 160 (62.89% from 255 or 39.70% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA034 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA034 is #405FCB. Grayscale: #9D9D9D. Windows color (decimal): -4218828 or 3449023. OLE color: 3449023.

HSL color Cylindrical-coordinate representation of color #BFA034: hue angle of 46.62º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BFA034 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB19116052-
CMYK00.160.730.25
HSL46.62º57.2%47.65%-
HSV(B)46.62º72.77%74.9%-
XYZ34.6836.478.46-
YUV156.9668.77152.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 160 (62.89% from 255) = 39.70%
BLUE value IS 52 (20.70% from 255) = 12.90%
R=47.39%
G=39.70%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911605200.160.730.2546.6257.247.65
HexBFA03401049192f3930
Octal2772406402011131577160
Binary1011111110100000110100010000100100111001101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA034; }

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

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

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

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

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

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

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

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