#BFA134

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

Shades of Sahara #BFA134

Tints of Sahara #BFA134

Color information

#BFA134 (or 0xBFA134) is unknown color: approx Sahara. HEX triplet: BF, A1 and 34. RGB value is (191,161,52). Sum of RGB (Red+Green+Blue) = 191+161+52=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 52 (20.70% from 255 or 12.87% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA134 is #405ECB. Grayscale: #9E9E9E. Windows color (decimal): -4218572 or 3449279. OLE color: 3449279.

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

Color convert

RGB19116152-
CMYK00.160.730.25
HSL47.05º57.2%47.65%-
HSV(B)47.05º72.77%74.9%-
XYZ34.8536.818.52-
YUV157.5468.44151.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 161 (63.28% from 255) = 39.85%
BLUE value IS 52 (20.70% from 255) = 12.87%
R=47.28%
G=39.85%
B=12.87%

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
Decimal1911615200.160.730.2547.0557.247.65
HexBFA13401049192f3930
Octal2772416402011131577160
Binary1011111110100001110100010000100100111001101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA134; }

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

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

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

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

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

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

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

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