#B28D21

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

Shades of Sahara #B28D21

Tints of Sahara #B28D21

Color information

#B28D21 (or 0xB28D21) is unknown color: approx Sahara. HEX triplet: B2, 8D and 21. RGB value is (178,141,33). Sum of RGB (Red+Green+Blue) = 178+141+33=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D21 is #4D72DE. Grayscale: #8C8C8C. Windows color (decimal): -5075679 or 2198962. OLE color: 2198962.

HSL color Cylindrical-coordinate representation of color #B28D21: hue angle of 44.69º 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 #B28D21 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB17814133-
CMYK00.210.810.30
HSL44.69º68.72%41.37%-
HSV(B)44.69º81.46%69.8%-
XYZ28.1628.625.48-
YUV139.7567.76155.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.57%
GREEN value IS 141 (55.47% from 255) = 40.06%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=50.57%
G=40.06%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781413300.210.810.3044.6968.7241.37
HexB28D21015511E2d4529
Octal26221541025121365510551
Binary10110010100011011000010101011010001111101011011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D21; }

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

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

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

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

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

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

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

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