#B19A8E

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

Shades of Del Rio #B19A8E

Tints of Del Rio #B19A8E

Color information

#B19A8E (or 0xB19A8E) is unknown color: approx Del Rio. HEX triplet: B1, 9A and 8E. RGB value is (177,154,142). Sum of RGB (Red+Green+Blue) = 177+154+142=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8E is #4E6571. Grayscale: #9F9F9F. Windows color (decimal): -5137778 or 9345713. OLE color: 9345713.

HSL color Cylindrical-coordinate representation of color #B19A8E: hue angle of 20.57º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B19A8E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177154142-
CMYK00.130.200.31
HSL20.57º18.32%62.55%-
HSV(B)20.57º19.77%69.41%-
XYZ34.5734.4130.41-
YUV159.51118.12140.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=37.42%
G=32.56%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715414200.130.200.3120.5718.3262.55
HexB19A8E0D141F15123f
Octal2612322160152437252277
Binary1011000110011010100011100110110100111111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A8E; }

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

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

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

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

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

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

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

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