#B4988D

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

Shades of Del Rio #B4988D

Tints of Del Rio #B4988D

Color information

#B4988D (or 0xB4988D) is unknown color: approx Del Rio. HEX triplet: B4, 98 and 8D. RGB value is (180,152,141). Sum of RGB (Red+Green+Blue) = 180+152+141=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4988D is #4B6772. Grayscale: #9F9F9F. Windows color (decimal): -4941683 or 9279668. OLE color: 9279668.

HSL color Cylindrical-coordinate representation of color #B4988D: hue angle of 16.92º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4988D is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180152141-
CMYK00.160.220.29
HSL16.92º20.63%62.94%-
HSV(B)16.92º21.67%70.59%-
XYZ34.8634.0829.94-
YUV159.12117.78142.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 152 (59.77% from 255) = 32.14%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=38.05%
G=32.14%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015214100.160.220.2916.9220.6362.94
HexB4988D010161D11153f
Octal2642302150202635212577
Binary10110100100110001000110101000010110111011000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4988D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4988D; }

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

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

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

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

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

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

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

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