#B49C2D

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

Shades of Sahara #B49C2D

Tints of Sahara #B49C2D

Color information

#B49C2D (or 0xB49C2D) is unknown color: approx Sahara. HEX triplet: B4, 9C and 2D. RGB value is (180,156,45). Sum of RGB (Red+Green+Blue) = 180+156+45=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C2D is #4B63D2. Grayscale: #969696. Windows color (decimal): -4940755 or 2989236. OLE color: 2989236.

HSL color Cylindrical-coordinate representation of color #B49C2D: hue angle of 49.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B49C2D is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB18015645-
CMYK00.130.750.29
HSL49.33º60%44.12%-
HSV(B)49.33º75%70.59%-
XYZ31.1833.677.34-
YUV150.5268.45149.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 45 (17.97% from 255) = 11.81%
R=47.24%
G=40.94%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801564500.130.750.2949.336044.12
HexB49C2D0D4B1D313c2c
Octal2642345501511335617454
Binary101101001001110010110101101100101111101110001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C2D; }

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

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

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

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

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

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

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

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