#B4988B

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

Shades of Del Rio #B4988B

Tints of Del Rio #B4988B

Color information

#B4988B (or 0xB4988B) is unknown color: approx Del Rio. HEX triplet: B4, 98 and 8B. RGB value is (180,152,139). Sum of RGB (Red+Green+Blue) = 180+152+139=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4988B is #4B6774. Grayscale: #9E9E9E. Windows color (decimal): -4941685 or 9148596. OLE color: 9148596.

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

Color convert

RGB180152139-
CMYK00.160.230.29
HSL19.02º21.47%62.55%-
HSV(B)19.02º22.78%70.59%-
XYZ34.7134.0229.16-
YUV158.89116.78143.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 152 (59.77% from 255) = 32.27%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=38.22%
G=32.27%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18015213900.160.230.2919.0221.4762.55
HexB4988B010171D13153f
Octal2642302130202735232577
Binary10110100100110001000101101000010111111011001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4988B; }

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

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

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

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

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

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

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

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