#B8988E

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

Shades of Del Rio #B8988E

Tints of Del Rio #B8988E

Color information

#B8988E (or 0xB8988E) is unknown color: approx Del Rio. HEX triplet: B8, 98 and 8E. RGB value is (184,152,142). Sum of RGB (Red+Green+Blue) = 184+152+142=478 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.49% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 184 - color contains mainly: red. Hex color #B8988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8988E is #476771. Grayscale: #A0A0A0. Windows color (decimal): -4679538 or 9345208. OLE color: 9345208.

HSL color Cylindrical-coordinate representation of color #B8988E: hue angle of 14.29º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8988E is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184152142-
CMYK00.170.230.28
HSL14.29º22.83%63.92%-
HSV(B)14.29º22.83%72.16%-
XYZ35.8834.630.38-
YUV160.43117.6144.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.49%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 142 (55.86% from 255) = 29.71%
R=38.49%
G=31.80%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415214200.170.230.2814.2922.8363.92
HexB8988E011171Ce1740
Octal27023021602127341627100
Binary10111000100110001000111001000110111111001110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8988E; }

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

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

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

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

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

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

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

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