#B5A130

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

Shades of Sahara #B5A130

Tints of Sahara #B5A130

Color information

#B5A130 (or 0xB5A130) is unknown color: approx Sahara. HEX triplet: B5, A1 and 30. RGB value is (181,161,48). Sum of RGB (Red+Green+Blue) = 181+161+48=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 48 (19.14% from 255 or 12.31% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A130 is #4A5ECF. Grayscale: #9A9A9A. Windows color (decimal): -4873936 or 3187125. OLE color: 3187125.

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

Color convert

RGB18116148-
CMYK00.110.730.29
HSL50.98º58.08%44.9%-
HSV(B)50.98º73.48%70.98%-
XYZ32.3335.537.95-
YUV154.168.13147.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 48 (19.14% from 255) = 12.31%
R=46.41%
G=41.28%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811614800.110.730.2950.9858.0844.9
HexB5A1300B491D333a2d
Octal2652416001311135637255
Binary101101011010000111000001011100100111101110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A130; }

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

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

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

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

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

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

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

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