#b5a02f

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

Shades of Sahara #B5A02F

Tints of Sahara #B5A02F

Color information

#B5A02F (or 0xB5A02F) is unknown color: approx Sahara. HEX triplet: B5, A0 and 2F. RGB value is (181,160,47). Sum of RGB (Red+Green+Blue) = 181+160+47=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A02F is #4A5FD0. Grayscale: #999999. Windows color (decimal): -4874193 or 3121333. OLE color: 3121333.

HSL color Cylindrical-coordinate representation of color #B5A02F: hue angle of 50.6º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5A02F is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18116047-
CMYK00.120.740.29
HSL50.6º58.77%44.71%-
HSV(B)50.6º74.03%70.98%-
XYZ32.1435.177.78-
YUV153.467.96147.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 160 (62.89% from 255) = 41.24%
BLUE value IS 47 (18.75% from 255) = 12.11%
R=46.65%
G=41.24%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811604700.120.740.2950.658.7744.71
HexB5A02F0C4A1D333b2d
Octal2652405701411235637355
Binary101101011010000010111101100100101011101110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a02f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a02f; }

 p { color: rgb(181,160,47); }

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

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

 a { background-color: rgb(181,160,47); }

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

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

 span { border-color: rgb(181,160,47); }

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