#B19A8A

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

Shades of Del Rio #B19A8A

Tints of Del Rio #B19A8A

Color information

#B19A8A (or 0xB19A8A) is unknown color: approx Del Rio. HEX triplet: B1, 9A and 8A. RGB value is (177,154,138). Sum of RGB (Red+Green+Blue) = 177+154+138=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8A is #4E6575. Grayscale: #9F9F9F. Windows color (decimal): -5137782 or 9083569. OLE color: 9083569.

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

Color convert

RGB177154138-
CMYK00.130.220.31
HSL24.62º20%61.76%-
HSV(B)24.62º22.03%69.41%-
XYZ34.2734.2928.86-
YUV159.05116.12140.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.74%
GREEN value IS 154 (60.55% from 255) = 32.84%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=37.74%
G=32.84%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715413800.130.220.3124.622061.76
HexB19A8A0D161F19143e
Octal2612322120152637312476
Binary1011000110011010100010100110110110111111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A8A; }

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

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

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

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

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

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

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

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