#BFA130

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

Shades of Sahara #BFA130

Tints of Sahara #BFA130

Color information

#BFA130 (or 0xBFA130) is unknown color: approx Sahara. HEX triplet: BF, A1 and 30. RGB value is (191,161,48). Sum of RGB (Red+Green+Blue) = 191+161+48=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA130 is #405ECF. Grayscale: #9D9D9D. Windows color (decimal): -4218576 or 3187135. OLE color: 3187135.

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

Color convert

RGB19116148-
CMYK00.160.750.25
HSL47.41º59.83%46.86%-
HSV(B)47.41º74.87%74.9%-
XYZ34.7636.788.06-
YUV157.0966.44152.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 161 (63.28% from 255) = 40.25%
BLUE value IS 48 (19.14% from 255) = 12%
R=47.75%
G=40.25%
B=12%

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
Decimal1911614800.160.750.2547.4159.8346.86
HexBFA1300104B192f3c2f
Octal2772416002011331577457
Binary1011111110100001110000010000100101111001101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA130; }

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

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

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

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

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

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

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

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