#B5978C

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

Shades of Del Rio #B5978C

Tints of Del Rio #B5978C

Color information

#B5978C (or 0xB5978C) is unknown color: approx Del Rio. HEX triplet: B5, 97 and 8C. RGB value is (181,151,140). Sum of RGB (Red+Green+Blue) = 181+151+140=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 140 (55.08% from 255 or 29.66% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5978C is #4A6873. Grayscale: #9E9E9E. Windows color (decimal): -4876404 or 9213877. OLE color: 9213877.

HSL color Cylindrical-coordinate representation of color #B5978C: hue angle of 16.1º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5978C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181151140-
CMYK00.170.230.29
HSL16.1º21.69%62.94%-
HSV(B)16.1º22.65%70.98%-
XYZ34.8633.8529.51-
YUV158.72117.44143.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 140 (55.08% from 255) = 29.66%
R=38.35%
G=31.99%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115114000.170.230.2916.121.6962.94
HexB5978C011171D10163f
Octal2652272140212735202677
Binary10110101100101111000110001000110111111011000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5978C; }

 p { color: rgb(181,151,140); }

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

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

 a { background-color: rgb(181,151,140); }

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

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

 span { border-color: rgb(181,151,140); }

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