#B4998C

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

Shades of Del Rio #B4998C

Tints of Del Rio #B4998C

Color information

#B4998C (or 0xB4998C) is unknown color: approx Del Rio. HEX triplet: B4, 99 and 8C. RGB value is (180,153,140). Sum of RGB (Red+Green+Blue) = 180+153+140=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4998C is #4B6673. Grayscale: #9F9F9F. Windows color (decimal): -4941428 or 9214388. OLE color: 9214388.

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

Color convert

RGB180153140-
CMYK00.150.220.29
HSL19.5º21.05%62.75%-
HSV(B)19.5º22.22%70.59%-
XYZ34.9534.3829.6-
YUV159.59116.95142.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=38.05%
G=32.35%
B=29.60%

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
Decimal18015314000.150.220.2919.521.0562.75
HexB4998C0F161D14153f
Octal2642312140172635242577
Binary1011010010011001100011000111110110111011010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4998C; }

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

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

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

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

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

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

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

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