#B28D1E

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

Shades of Sahara #B28D1E

Tints of Sahara #B28D1E

Color information

#B28D1E (or 0xB28D1E) is unknown color: approx Sahara. HEX triplet: B2, 8D and 1E. RGB value is (178,141,30). Sum of RGB (Red+Green+Blue) = 178+141+30=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28D1E is #4D72E1. Grayscale: #8B8B8B. Windows color (decimal): -5075682 or 2002354. OLE color: 2002354.

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

Color convert

RGB17814130-
CMYK00.210.830.30
HSL45º71.15%40.78%-
HSV(B)45º83.15%69.8%-
XYZ28.1228.615.27-
YUV139.4166.26155.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.00%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 30 (12.11% from 255) = 8.60%
R=51.00%
G=40.40%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781413000.210.830.304571.1540.78
HexB28D1E015531E2d4729
Octal26221536025123365510751
Binary1011001010001101111100101011010011111101011011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D1E; }

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

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

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

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

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

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

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

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