#B0988D

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

Shades of Del Rio #B0988D

Tints of Del Rio #B0988D

Color information

#B0988D (or 0xB0988D) is unknown color: approx Del Rio. HEX triplet: B0, 98 and 8D. RGB value is (176,152,141). Sum of RGB (Red+Green+Blue) = 176+152+141=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988D is #4F6772. Grayscale: #9D9D9D. Windows color (decimal): -5203827 or 9279664. OLE color: 9279664.

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

Color convert

RGB176152141-
CMYK00.140.200.31
HSL18.86º18.13%62.16%-
HSV(B)18.86º19.89%69.02%-
XYZ33.9433.6129.9-
YUV157.92118.45140.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.53%
GREEN value IS 152 (59.77% from 255) = 32.41%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=37.53%
G=32.41%
B=30.06%

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
Decimal17615214100.140.200.3118.8618.1362.16
HexB0988D0E141F13123e
Octal2602302150162437232276
Binary1011000010011000100011010111010100111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0988D; }

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

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

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

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

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

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

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

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