#BA9C96

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

Shades of Del Rio #BA9C96

Tints of Del Rio #BA9C96

Color information

#BA9C96 (or 0xBA9C96) is unknown color: approx Del Rio. HEX triplet: BA, 9C and 96. RGB value is (186,156,150). Sum of RGB (Red+Green+Blue) = 186+156+150=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9C96 is #456369. Grayscale: #A4A4A4. Windows color (decimal): -4547434 or 9870522. OLE color: 9870522.

HSL color Cylindrical-coordinate representation of color #BA9C96: hue angle of 10º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BA9C96 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB186156150-
CMYK00.160.190.27
HSL10º20.69%65.88%-
HSV(B)10º19.35%72.94%-
XYZ37.6436.4233.9-
YUV164.29119.94143.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=37.80%
G=31.71%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615615000.160.190.271020.6965.88
HexBA9C96010131Ba1542
Octal27223422602023331225102
Binary10111010100111001001011001000010011110111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9C96; }

 p { color: rgb(186,156,150); }

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

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

 a { background-color: rgb(186,156,150); }

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

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

 span { border-color: rgb(186,156,150); }

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