#B19A8F

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

Shades of Del Rio #B19A8F

Tints of Del Rio #B19A8F

Color information

#B19A8F (or 0xB19A8F) is unknown color: approx Del Rio. HEX triplet: B1, 9A and 8F. RGB value is (177,154,143). Sum of RGB (Red+Green+Blue) = 177+154+143=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8F is #4E6570. Grayscale: #9F9F9F. Windows color (decimal): -5137777 or 9411249. OLE color: 9411249.

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

Color convert

RGB177154143-
CMYK00.130.190.31
HSL19.41º17.89%62.75%-
HSV(B)19.41º19.21%69.41%-
XYZ34.6434.4430.81-
YUV159.62118.62140.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 143 (56.25% from 255) = 30.17%
R=37.34%
G=32.49%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715414300.130.190.3119.4117.8962.75
HexB19A8F0D131F13123f
Octal2612322170152337232277
Binary1011000110011010100011110110110011111111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A8F; }

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

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

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

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

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

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

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

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