#B19388

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

Shades of Del Rio #B19388

Tints of Del Rio #B19388

Color information

#B19388 (or 0xB19388) is unknown color: approx Del Rio. HEX triplet: B1, 93 and 88. RGB value is (177,147,136). Sum of RGB (Red+Green+Blue) = 177+147+136=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B19388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19388 is #4E6C77. Grayscale: #9A9A9A. Windows color (decimal): -5139576 or 8950705. OLE color: 8950705.

HSL color Cylindrical-coordinate representation of color #B19388: hue angle of 16.1º 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 #B19388 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB177147136-
CMYK00.170.230.31
HSL16.1º20.81%61.37%-
HSV(B)16.1º23.16%69.41%-
XYZ33.0131.9927.73-
YUV154.72117.44143.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 136 (53.52% from 255) = 29.57%
R=38.48%
G=31.96%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714713600.170.230.3116.120.8161.37
HexB19388011171F10153d
Octal2612232100212737202575
Binary10110001100100111000100001000110111111111000010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19388; }

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

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

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

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

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

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

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

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