#BFA127

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

Shades of Sahara #BFA127

Tints of Sahara #BFA127

Color information

#BFA127 (or 0xBFA127) is unknown color: approx Sahara. HEX triplet: BF, A1 and 27. RGB value is (191,161,39). Sum of RGB (Red+Green+Blue) = 191+161+39=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA127 is #405ED8. Grayscale: #9C9C9C. Windows color (decimal): -4218585 or 2597311. OLE color: 2597311.

HSL color Cylindrical-coordinate representation of color #BFA127: hue angle of 48.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BFA127 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19116139-
CMYK00.160.800.25
HSL48.16º66.09%45.1%-
HSV(B)48.16º79.58%74.9%-
XYZ34.636.717.18-
YUV156.0661.94152.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=48.85%
G=41.18%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911613900.160.800.2548.1666.0945.1
HexBFA127010501930422d
Octal27724147020120316010255
Binary10111111101000011001110100001010000110011100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA127; }

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

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

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

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

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

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

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

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