#B8A090

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

Shades of Del Rio #B8A090

Tints of Del Rio #B8A090

Color information

#B8A090 (or 0xB8A090) is unknown color: approx Del Rio. HEX triplet: B8, A0 and 90. RGB value is (184,160,144). Sum of RGB (Red+Green+Blue) = 184+160+144=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8A090 is #475F6F. Grayscale: #A5A5A5. Windows color (decimal): -4677488 or 9478328. OLE color: 9478328.

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

Color convert

RGB184160144-
CMYK00.130.220.28
HSL24º21.98%64.31%-
HSV(B)24º21.74%72.16%-
XYZ37.3737.3531.62-
YUV165.35115.95141.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.70%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=37.70%
G=32.79%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18416014400.130.220.282421.9864.31
HexB8A0900D161C181640
Octal27024022001526343026100
Binary10111000101000001001000001101101101110011000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A090; }

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

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

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

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

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

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

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

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