#B9988C

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

Shades of Del Rio #B9988C

Tints of Del Rio #B9988C

Color information

#B9988C (or 0xB9988C) is unknown color: approx Del Rio. HEX triplet: B9, 98 and 8C. RGB value is (185,152,140). Sum of RGB (Red+Green+Blue) = 185+152+140=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9988C is #466773. Grayscale: #A0A0A0. Windows color (decimal): -4614004 or 9214137. OLE color: 9214137.

HSL color Cylindrical-coordinate representation of color #B9988C: hue angle of 16º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9988C is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB185152140-
CMYK00.180.240.27
HSL16º24.32%63.73%-
HSV(B)16º24.32%72.55%-
XYZ35.9734.6629.61-
YUV160.5116.43145.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 152 (59.77% from 255) = 31.87%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=38.78%
G=31.87%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515214000.180.240.271624.3263.73
HexB9988C012181B101840
Octal27123021402230332030100
Binary101110011001100010001100010010110001101110000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9988C; }

 p { color: rgb(185,152,140); }

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

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

 a { background-color: rgb(185,152,140); }

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

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

 span { border-color: rgb(185,152,140); }

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