#B0988B

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

Shades of Del Rio #B0988B

Tints of Del Rio #B0988B

Color information

#B0988B (or 0xB0988B) is unknown color: approx Del Rio. HEX triplet: B0, 98 and 8B. RGB value is (176,152,139). Sum of RGB (Red+Green+Blue) = 176+152+139=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988B is #4F6774. Grayscale: #9D9D9D. Windows color (decimal): -5203829 or 9148592. OLE color: 9148592.

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

Color convert

RGB176152139-
CMYK00.140.210.31
HSL21.08º18.97%61.76%-
HSV(B)21.08º21.02%69.02%-
XYZ33.7933.5529.12-
YUV157.69117.45141.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 152 (59.77% from 255) = 32.55%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=37.69%
G=32.55%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615213900.140.210.3121.0818.9761.76
HexB0988B0E151F15133e
Octal2602302130162537252376
Binary1011000010011000100010110111010101111111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0988B; }

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

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

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

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

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

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

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

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