#B29621

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

Shades of Sahara #B29621

Tints of Sahara #B29621

Color information

#B29621 (or 0xB29621) is unknown color: approx Sahara. HEX triplet: B2, 96 and 21. RGB value is (178,150,33). Sum of RGB (Red+Green+Blue) = 178+150+33=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B29621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29621 is #4D69DE. Grayscale: #919191. Windows color (decimal): -5073375 or 2201266. OLE color: 2201266.

HSL color Cylindrical-coordinate representation of color #B29621: hue angle of 48.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B29621 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17815033-
CMYK00.160.810.30
HSL48.41º68.72%41.37%-
HSV(B)48.41º81.46%69.8%-
XYZ29.5431.395.94-
YUV145.0364.78151.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.31%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 33 (13.28% from 255) = 9.14%
R=49.31%
G=41.55%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781503300.160.810.3048.4168.7241.37
HexB29621010511E304529
Octal26222641020121366010551
Binary10110010100101101000010100001010001111101100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29621; }

 p { color: rgb(178,150,33); }

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

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

 a { background-color: rgb(178,150,33); }

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

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

 span { border-color: rgb(178,150,33); }

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