#B2988C

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

Shades of Del Rio #B2988C

Tints of Del Rio #B2988C

Color information

#B2988C (or 0xB2988C) is unknown color: approx Del Rio. HEX triplet: B2, 98 and 8C. RGB value is (178,152,140). Sum of RGB (Red+Green+Blue) = 178+152+140=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2988C is #4D6773. Grayscale: #9E9E9E. Windows color (decimal): -5072756 or 9214130. OLE color: 9214130.

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

Color convert

RGB178152140-
CMYK00.150.210.30
HSL18.95º19.79%62.35%-
HSV(B)18.95º21.35%69.8%-
XYZ34.3233.8129.53-
YUV158.41117.61141.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.87%
GREEN value IS 152 (59.77% from 255) = 32.34%
BLUE value IS 140 (55.08% from 255) = 29.79%
R=37.87%
G=32.34%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815214000.150.210.3018.9519.7962.35
HexB2988C0F151E13143e
Octal2622302140172536232476
Binary1011001010011000100011000111110101111101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2988C; }

 p { color: rgb(178,152,140); }

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

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

 a { background-color: rgb(178,152,140); }

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

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

 span { border-color: rgb(178,152,140); }

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