#B49C30

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

Shades of Sahara #B49C30

Tints of Sahara #B49C30

Color information

#B49C30 (or 0xB49C30) is unknown color: approx Sahara. HEX triplet: B4, 9C and 30. RGB value is (180,156,48). Sum of RGB (Red+Green+Blue) = 180+156+48=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C30 is #4B63CF. Grayscale: #979797. Windows color (decimal): -4940752 or 3185844. OLE color: 3185844.

HSL color Cylindrical-coordinate representation of color #B49C30: hue angle of 49.09º 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 #B49C30 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18015648-
CMYK00.130.730.29
HSL49.09º57.89%44.71%-
HSV(B)49.09º73.33%70.59%-
XYZ31.2433.697.65-
YUV150.8669.95148.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 48 (19.14% from 255) = 12.5%
R=46.88%
G=40.62%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801564800.130.730.2949.0957.8944.71
HexB49C300D491D313a2d
Octal2642346001511135617255
Binary101101001001110011000001101100100111101110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C30; }

 p { color: rgb(180,156,48); }

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

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

 a { background-color: rgb(180,156,48); }

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

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

 span { border-color: rgb(180,156,48); }

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