#BA9E90

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

Shades of Del Rio #BA9E90

Tints of Del Rio #BA9E90

Color information

#BA9E90 (or 0xBA9E90) is unknown color: approx Del Rio. HEX triplet: BA, 9E and 90. RGB value is (186,158,144). Sum of RGB (Red+Green+Blue) = 186+158+144=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E90 is #45616F. Grayscale: #A4A4A4. Windows color (decimal): -4546928 or 9477818. OLE color: 9477818.

HSL color Cylindrical-coordinate representation of color #BA9E90: hue angle of 20º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9E90 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB186158144-
CMYK00.150.230.27
HSL20º23.33%64.71%-
HSV(B)20º22.58%72.94%-
XYZ37.5136.9131.53-
YUV164.78116.28143.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 158 (62.11% from 255) = 32.38%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=38.11%
G=32.38%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615814400.150.230.272023.3364.71
HexBA9E900F171B141741
Octal27223622001727332427101
Binary10111010100111101001000001111101111101110100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E90; }

 p { color: rgb(186,158,144); }

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

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

 a { background-color: rgb(186,158,144); }

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

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

 span { border-color: rgb(186,158,144); }

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