#B48E1E

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

Shades of Sahara #B48E1E

Tints of Sahara #B48E1E

Color information

#B48E1E (or 0xB48E1E) is unknown color: approx Sahara. HEX triplet: B4, 8E and 1E. RGB value is (180,142,30). Sum of RGB (Red+Green+Blue) = 180+142+30=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 30 (12.11% from 255 or 8.52% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E1E is #4B71E1. Grayscale: #8D8D8D. Windows color (decimal): -4944354 or 2002612. OLE color: 2002612.

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

Color convert

RGB18014230-
CMYK00.210.830.29
HSL44.8º71.43%41.18%-
HSV(B)44.8º83.33%70.59%-
XYZ28.7329.145.34-
YUV140.5965.59156.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.14%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 30 (12.11% from 255) = 8.52%
R=51.14%
G=40.34%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801423000.210.830.2944.871.4341.18
HexB48E1E015531D2d4729
Octal26421636025123355510751
Binary1011010010001110111100101011010011111011011011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48E1E; }

 p { color: rgb(180,142,30); }

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

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

 a { background-color: rgb(180,142,30); }

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

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

 span { border-color: rgb(180,142,30); }

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