#BFA22D

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

Shades of Sahara #BFA22D

Tints of Sahara #BFA22D

Color information

#BFA22D (or 0xBFA22D) is unknown color: approx Sahara. HEX triplet: BF, A2 and 2D. RGB value is (191,162,45). Sum of RGB (Red+Green+Blue) = 191+162+45=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA22D is #405DD2. Grayscale: #9D9D9D. Windows color (decimal): -4218323 or 2990783. OLE color: 2990783.

HSL color Cylindrical-coordinate representation of color #BFA22D: hue angle of 48.08º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BFA22D is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB19116245-
CMYK00.150.760.25
HSL48.08º61.86%46.27%-
HSV(B)48.08º76.44%74.9%-
XYZ34.8837.117.81-
YUV157.3364.61152.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 45 (17.97% from 255) = 11.31%
R=47.99%
G=40.70%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911624500.150.760.2548.0861.8646.27
HexBFA22D0F4C19303e2e
Octal2772425501711431607656
Binary101111111010001010110101111100110011001110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA22D; }

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

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

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

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

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

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

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

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