#B0978D

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

Shades of Del Rio #B0978D

Tints of Del Rio #B0978D

Color information

#B0978D (or 0xB0978D) is unknown color: approx Del Rio. HEX triplet: B0, 97 and 8D. RGB value is (176,151,141). Sum of RGB (Red+Green+Blue) = 176+151+141=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B0978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0978D is #4F6872. Grayscale: #9D9D9D. Windows color (decimal): -5204083 or 9279408. OLE color: 9279408.

HSL color Cylindrical-coordinate representation of color #B0978D: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0978D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176151141-
CMYK00.140.200.31
HSL17.14º18.13%62.16%-
HSV(B)17.14º19.89%69.02%-
XYZ33.7833.2929.84-
YUV157.34118.78141.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 151 (59.38% from 255) = 32.26%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=37.61%
G=32.26%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615114100.140.200.3117.1418.1362.16
HexB0978D0E141F11123e
Octal2602272150162437212276
Binary1011000010010111100011010111010100111111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0978D; }

 p { color: rgb(176,151,141); }

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

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

 a { background-color: rgb(176,151,141); }

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

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

 span { border-color: rgb(176,151,141); }

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