#B49827

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

Shades of Sahara #B49827

Tints of Sahara #B49827

Color information

#B49827 (or 0xB49827) is unknown color: approx Sahara. HEX triplet: B4, 98 and 27. RGB value is (180,152,39). Sum of RGB (Red+Green+Blue) = 180+152+39=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B49827 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49827 is #4B67D8. Grayscale: #939393. Windows color (decimal): -4941785 or 2594996. OLE color: 2594996.

HSL color Cylindrical-coordinate representation of color #B49827: hue angle of 48.09º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B49827 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18015239-
CMYK00.160.780.29
HSL48.09º64.38%42.94%-
HSV(B)48.09º78.33%70.59%-
XYZ30.4232.316.55-
YUV147.4966.78151.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 39 (15.62% from 255) = 10.51%
R=48.52%
G=40.97%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801523900.160.780.2948.0964.3842.94
HexB498270104E1D30402b
Octal26423047020116356010053
Binary10110100100110001001110100001001110111011100001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49827; }

 p { color: rgb(180,152,39); }

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

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

 a { background-color: rgb(180,152,39); }

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

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

 span { border-color: rgb(180,152,39); }

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