#B5978B

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

Shades of Del Rio #B5978B

Tints of Del Rio #B5978B

Color information

#B5978B (or 0xB5978B) is unknown color: approx Del Rio. HEX triplet: B5, 97 and 8B. RGB value is (181,151,139). Sum of RGB (Red+Green+Blue) = 181+151+139=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5978B is #4A6874. Grayscale: #9E9E9E. Windows color (decimal): -4876405 or 9148341. OLE color: 9148341.

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

Color convert

RGB181151139-
CMYK00.170.230.29
HSL17.14º22.11%62.75%-
HSV(B)17.14º23.2%70.98%-
XYZ34.7833.8229.12-
YUV158.6116.94143.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=38.43%
G=32.06%
B=29.51%

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
Decimal18115113900.170.230.2917.1422.1162.75
HexB5978B011171D11163f
Octal2652272130212735212677
Binary10110101100101111000101101000110111111011000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5978B; }

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

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

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

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

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

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

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

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