#B2988E

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

Shades of Del Rio #B2988E

Tints of Del Rio #B2988E

Color information

#B2988E (or 0xB2988E) is unknown color: approx Del Rio. HEX triplet: B2, 98 and 8E. RGB value is (178,152,142). Sum of RGB (Red+Green+Blue) = 178+152+142=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2988E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2988E is #4D6771. Grayscale: #9E9E9E. Windows color (decimal): -5072754 or 9345202. OLE color: 9345202.

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

Color convert

RGB178152142-
CMYK00.150.200.30
HSL16.67º18.95%62.75%-
HSV(B)16.67º20.22%69.8%-
XYZ34.4733.8730.31-
YUV158.63118.61141.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 152 (59.77% from 255) = 32.20%
BLUE value IS 142 (55.86% from 255) = 30.08%
R=37.71%
G=32.20%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815214200.150.200.3016.6718.9562.75
HexB2988E0F141E11133f
Octal2622302160172436212377
Binary1011001010011000100011100111110100111101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2988E; }

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

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

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

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

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

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

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

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