#B19B28

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

Shades of Sahara #B19B28

Tints of Sahara #B19B28

Color information

#B19B28 (or 0xB19B28) is unknown color: approx Sahara. HEX triplet: B1, 9B and 28. RGB value is (177,155,40). Sum of RGB (Red+Green+Blue) = 177+155+40=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 155 (60.94% from 255 or 41.67% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B28 is #4E64D7. Grayscale: #949494. Windows color (decimal): -5137624 or 2661297. OLE color: 2661297.

HSL color Cylindrical-coordinate representation of color #B19B28: hue angle of 50.36º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B19B28 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB17715540-
CMYK00.120.770.31
HSL50.36º63.13%42.55%-
HSV(B)50.36º77.4%69.41%-
XYZ30.2432.946.77-
YUV148.4766.79148.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 155 (60.94% from 255) = 41.67%
BLUE value IS 40 (16.02% from 255) = 10.75%
R=47.58%
G=41.67%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771554000.120.770.3150.3663.1342.55
HexB19B280C4D1F323f2b
Octal2612335001411537627753
Binary101100011001101110100001100100110111111110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B28; }

 p { color: rgb(177,155,40); }

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

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

 a { background-color: rgb(177,155,40); }

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

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

 span { border-color: rgb(177,155,40); }

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