#B19A30

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

Shades of Sahara #B19A30

Tints of Sahara #B19A30

Color information

#B19A30 (or 0xB19A30) is unknown color: approx Sahara. HEX triplet: B1, 9A and 30. RGB value is (177,154,48). Sum of RGB (Red+Green+Blue) = 177+154+48=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A30 is #4E65CF. Grayscale: #959595. Windows color (decimal): -5137872 or 3185329. OLE color: 3185329.

HSL color Cylindrical-coordinate representation of color #B19A30: hue angle of 49.3º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B19A30 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB17715448-
CMYK00.130.730.31
HSL49.3º57.33%44.12%-
HSV(B)49.3º72.88%69.41%-
XYZ30.2232.677.51-
YUV148.7971.12148.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 154 (60.55% from 255) = 40.63%
BLUE value IS 48 (19.14% from 255) = 12.66%
R=46.70%
G=40.63%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771544800.130.730.3149.357.3344.12
HexB19A300D491F31392c
Octal2612326001511137617154
Binary101100011001101011000001101100100111111110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A30; }

 p { color: rgb(177,154,48); }

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

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

 a { background-color: rgb(177,154,48); }

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

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

 span { border-color: rgb(177,154,48); }

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