#B19C93

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

Shades of Del Rio #B19C93

Tints of Del Rio #B19C93

Color information

#B19C93 (or 0xB19C93) is unknown color: approx Del Rio. HEX triplet: B1, 9C and 93. RGB value is (177,156,147). Sum of RGB (Red+Green+Blue) = 177+156+147=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19C93 is #4E636C. Grayscale: #A1A1A1. Windows color (decimal): -5137261 or 9673905. OLE color: 9673905.

HSL color Cylindrical-coordinate representation of color #B19C93: hue angle of 18º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19C93 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB177156147-
CMYK00.120.170.31
HSL18º16.13%63.53%-
HSV(B)18º16.95%69.41%-
XYZ35.2935.2332.54-
YUV161.25119.96139.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=36.88%
G=32.5%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715614700.120.170.311816.1363.53
HexB19C930C111F121040
Octal26123422301421372220100
Binary10110001100111001001001101100100011111110010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C93; }

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

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

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

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

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

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

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

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