#B18D21

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

Shades of Sahara #B18D21

Tints of Sahara #B18D21

Color information

#B18D21 (or 0xB18D21) is unknown color: approx Sahara. HEX triplet: B1, 8D and 21. RGB value is (177,141,33). Sum of RGB (Red+Green+Blue) = 177+141+33=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D21 is #4E72DE. Grayscale: #8B8B8B. Windows color (decimal): -5141215 or 2198961. OLE color: 2198961.

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

Color convert

RGB17714133-
CMYK00.200.810.31
HSL45º68.57%41.18%-
HSV(B)45º81.36%69.41%-
XYZ27.9328.515.47-
YUV139.4567.93154.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 33 (13.28% from 255) = 9.40%
R=50.43%
G=40.17%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771413300.200.810.314568.5741.18
HexB18D21014511F2d4529
Octal26121541024121375510551
Binary10110001100011011000010101001010001111111011011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B18D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B18D21; }

 p { color: rgb(177,141,33); }

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

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

 a { background-color: rgb(177,141,33); }

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

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

 span { border-color: rgb(177,141,33); }

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