#BFA231

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

Shades of Sahara #BFA231

Tints of Sahara #BFA231

Color information

#BFA231 (or 0xBFA231) is unknown color: approx Sahara. HEX triplet: BF, A2 and 31. RGB value is (191,162,49). Sum of RGB (Red+Green+Blue) = 191+162+49=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA231 is #405DCE. Grayscale: #9E9E9E. Windows color (decimal): -4218319 or 3252927. OLE color: 3252927.

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

Color convert

RGB19116249-
CMYK00.150.740.25
HSL47.75º59.17%47.06%-
HSV(B)47.75º74.35%74.9%-
XYZ34.9637.148.23-
YUV157.7966.61151.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 49 (19.53% from 255) = 12.19%
R=47.51%
G=40.30%
B=12.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911624900.150.740.2547.7559.1747.06
HexBFA2310F4A19303b2f
Octal2772426101711231607357
Binary101111111010001011000101111100101011001110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA231; }

 p { color: rgb(191,162,49); }

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

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

 a { background-color: rgb(191,162,49); }

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

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

 span { border-color: rgb(191,162,49); }

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