#B49C33

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

Shades of Sahara #B49C33

Tints of Sahara #B49C33

Color information

#B49C33 (or 0xB49C33) is unknown color: approx Sahara. HEX triplet: B4, 9C and 33. RGB value is (180,156,51). Sum of RGB (Red+Green+Blue) = 180+156+51=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C33 is #4B63CC. Grayscale: #979797. Windows color (decimal): -4940749 or 3382452. OLE color: 3382452.

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

Color convert

RGB18015651-
CMYK00.130.720.29
HSL48.84º55.84%45.29%-
HSV(B)48.84º71.67%70.59%-
XYZ31.3133.727.99-
YUV151.2171.45148.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.51%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 51 (20.31% from 255) = 13.18%
R=46.51%
G=40.31%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801565100.130.720.2948.8455.8445.29
HexB49C330D481D31382d
Octal2642346301511035617055
Binary101101001001110011001101101100100011101110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C33; }

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

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

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

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

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

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

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

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