#B19A8C

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

Shades of Del Rio #B19A8C

Tints of Del Rio #B19A8C

Color information

#B19A8C (or 0xB19A8C) is unknown color: approx Del Rio. HEX triplet: B1, 9A and 8C. RGB value is (177,154,140). Sum of RGB (Red+Green+Blue) = 177+154+140=471 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.58% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8C is #4E6573. Grayscale: #9F9F9F. Windows color (decimal): -5137780 or 9214641. OLE color: 9214641.

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

Color convert

RGB177154140-
CMYK00.130.210.31
HSL22.7º19.17%62.16%-
HSV(B)22.7º20.9%69.41%-
XYZ34.4234.3529.63-
YUV159.28117.12140.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.58%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=37.58%
G=32.70%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715414000.130.210.3122.719.1762.16
HexB19A8C0D151F17133e
Octal2612322140152537272376
Binary1011000110011010100011000110110101111111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A8C; }

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

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

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

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

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

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

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

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