#B19825

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

Shades of Sahara #B19825

Tints of Sahara #B19825

Color information

#B19825 (or 0xB19825) is unknown color: approx Sahara. HEX triplet: B1, 98 and 25. RGB value is (177,152,37). Sum of RGB (Red+Green+Blue) = 177+152+37=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B19825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19825 is #4E67DA. Grayscale: #929292. Windows color (decimal): -5138395 or 2463921. OLE color: 2463921.

HSL color Cylindrical-coordinate representation of color #B19825: hue angle of 49.29º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B19825 is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB17715237-
CMYK00.140.790.31
HSL49.29º65.42%41.96%-
HSV(B)49.29º79.1%69.41%-
XYZ29.6931.946.35-
YUV146.3666.28149.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 37 (14.84% from 255) = 10.11%
R=48.36%
G=41.53%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771523700.140.790.3149.2965.4241.96
HexB198250E4F1F31412a
Octal26123045016117376110152
Binary1011000110011000100101011101001111111111100011000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19825; }

 p { color: rgb(177,152,37); }

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

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

 a { background-color: rgb(177,152,37); }

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

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

 span { border-color: rgb(177,152,37); }

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