#B4998D

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

Shades of Del Rio #B4998D

Tints of Del Rio #B4998D

Color information

#B4998D (or 0xB4998D) is unknown color: approx Del Rio. HEX triplet: B4, 99 and 8D. RGB value is (180,153,141). Sum of RGB (Red+Green+Blue) = 180+153+141=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 180 - color contains mainly: red. Hex color #B4998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4998D is #4B6672. Grayscale: #9F9F9F. Windows color (decimal): -4941427 or 9279924. OLE color: 9279924.

HSL color Cylindrical-coordinate representation of color #B4998D: hue angle of 18.46º 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 #B4998D is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB180153141-
CMYK00.150.220.29
HSL18.46º20.63%62.94%-
HSV(B)18.46º21.67%70.59%-
XYZ35.0234.4130-
YUV159.71117.45142.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=37.97%
G=32.28%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015314100.150.220.2918.4620.6362.94
HexB4998D0F161D12153f
Octal2642312150172635222577
Binary1011010010011001100011010111110110111011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4998D; }

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

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

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

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

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

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

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

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