#B19A8B

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

Shades of Del Rio #B19A8B

Tints of Del Rio #B19A8B

Color information

#B19A8B (or 0xB19A8B) is unknown color: approx Del Rio. HEX triplet: B1, 9A and 8B. RGB value is (177,154,139). Sum of RGB (Red+Green+Blue) = 177+154+139=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19A8B is #4E6574. Grayscale: #9F9F9F. Windows color (decimal): -5137781 or 9149105. OLE color: 9149105.

HSL color Cylindrical-coordinate representation of color #B19A8B: hue angle of 23.68º degrees, saturation: 0.2, 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 #B19A8B is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177154139-
CMYK00.130.210.31
HSL23.68º19.59%61.96%-
HSV(B)23.68º21.47%69.41%-
XYZ34.3534.3229.24-
YUV159.17116.62140.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 154 (60.55% from 255) = 32.77%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=37.66%
G=32.77%
B=29.57%

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
Decimal17715413900.130.210.3123.6819.5961.96
HexB19A8B0D151F18143e
Octal2612322130152537302476
Binary1011000110011010100010110110110101111111100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A8B; }

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

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

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

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

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

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

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

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