#B4998E

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

Shades of Del Rio #B4998E

Tints of Del Rio #B4998E

Color information

#B4998E (or 0xB4998E) is unknown color: approx Del Rio. HEX triplet: B4, 99 and 8E. RGB value is (180,153,142). Sum of RGB (Red+Green+Blue) = 180+153+142=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 180 - color contains mainly: red. Hex color #B4998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4998E is #4B6671. Grayscale: #9F9F9F. Windows color (decimal): -4941426 or 9345460. OLE color: 9345460.

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

Color convert

RGB180153142-
CMYK00.150.210.29
HSL17.37º20.21%63.14%-
HSV(B)17.37º21.11%70.59%-
XYZ35.134.4430.39-
YUV159.82117.95142.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.89%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 142 (55.86% from 255) = 29.89%
R=37.89%
G=32.21%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015314200.150.210.2917.3720.2163.14
HexB4998E0F151D11143f
Octal2642312160172535212477
Binary1011010010011001100011100111110101111011000110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4998E; }

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

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

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

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

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

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

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

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