#BA9E92

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

Shades of Del Rio #BA9E92

Tints of Del Rio #BA9E92

Color information

#BA9E92 (or 0xBA9E92) is unknown color: approx Del Rio. HEX triplet: BA, 9E and 92. RGB value is (186,158,146). Sum of RGB (Red+Green+Blue) = 186+158+146=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E92 is #45616D. Grayscale: #A5A5A5. Windows color (decimal): -4546926 or 9608890. OLE color: 9608890.

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

Color convert

RGB186158146-
CMYK00.150.220.27
HSL18º22.47%65.1%-
HSV(B)18º21.51%72.94%-
XYZ37.6636.9732.34-
YUV165117.28142.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.96%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=37.96%
G=32.24%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615814600.150.220.271822.4765.1
HexBA9E920F161B121641
Octal27223622201726332226101
Binary10111010100111101001001001111101101101110010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E92; }

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

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

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

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

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

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

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

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