#B49B33

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

Shades of Sahara #B49B33

Tints of Sahara #B49B33

Color information

#B49B33 (or 0xB49B33) is unknown color: approx Sahara. HEX triplet: B4, 9B and 33. RGB value is (180,155,51). Sum of RGB (Red+Green+Blue) = 180+155+51=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 51 (20.31% from 255 or 13.21% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49B33 is #4B64CC. Grayscale: #979797. Windows color (decimal): -4941005 or 3382196. OLE color: 3382196.

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

Color convert

RGB18015551-
CMYK00.140.720.29
HSL48.37º55.84%45.29%-
HSV(B)48.37º71.67%70.59%-
XYZ31.1433.397.93-
YUV150.6271.78148.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 155 (60.94% from 255) = 40.16%
BLUE value IS 51 (20.31% from 255) = 13.21%
R=46.63%
G=40.16%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801555100.140.720.2948.3755.8445.29
HexB49B330E481D30382d
Octal2642336301611035607055
Binary101101001001101111001101110100100011101110000111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49B33; }

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

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

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

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

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

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

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

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