#B8A08E

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

Shades of Del Rio #B8A08E

Tints of Del Rio #B8A08E

Color information

#B8A08E (or 0xB8A08E) is unknown color: approx Del Rio. HEX triplet: B8, A0 and 8E. RGB value is (184,160,142). Sum of RGB (Red+Green+Blue) = 184+160+142=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 160 (62.89% from 255 or 32.92% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A08E is #475F71. Grayscale: #A5A5A5. Windows color (decimal): -4677490 or 9347256. OLE color: 9347256.

HSL color Cylindrical-coordinate representation of color #B8A08E: hue angle of 25.71º 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 #B8A08E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184160142-
CMYK00.130.230.28
HSL25.71º22.83%63.92%-
HSV(B)25.71º22.83%72.16%-
XYZ37.2237.2830.83-
YUV165.12114.95141.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 160 (62.89% from 255) = 32.92%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=37.86%
G=32.92%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416014200.130.230.2825.7122.8363.92
HexB8A08E0D171C1a1740
Octal27024021601527343227100
Binary10111000101000001000111001101101111110011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A08E; }

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

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

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

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

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

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

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

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