#B19288

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

Shades of Del Rio #B19288

Tints of Del Rio #B19288

Color information

#B19288 (or 0xB19288) is unknown color: approx Del Rio. HEX triplet: B1, 92 and 88. RGB value is (177,146,136). Sum of RGB (Red+Green+Blue) = 177+146+136=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19288 is #4E6D77. Grayscale: #9A9A9A. Windows color (decimal): -5139832 or 8950449. OLE color: 8950449.

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

Color convert

RGB177146136-
CMYK00.180.230.31
HSL14.63º20.81%61.37%-
HSV(B)14.63º23.16%69.41%-
XYZ32.8531.6827.68-
YUV154.13117.77144.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.56%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 136 (53.52% from 255) = 29.63%
R=38.56%
G=31.81%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714613600.180.230.3114.6320.8161.37
HexB19288012171Ff153d
Octal2612222100222737172575
Binary1011000110010010100010000100101011111111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19288; }

 p { color: rgb(177,146,136); }

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

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

 a { background-color: rgb(177,146,136); }

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

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

 span { border-color: rgb(177,146,136); }

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