#BCA096

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

Shades of Del Rio #BCA096

Tints of Del Rio #BCA096

Color information

#BCA096 (or 0xBCA096) is unknown color: approx Del Rio. HEX triplet: BC, A0 and 96. RGB value is (188,160,150). Sum of RGB (Red+Green+Blue) = 188+160+150=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA096 is #435F69. Grayscale: #A7A7A7. Windows color (decimal): -4415338 or 9871548. OLE color: 9871548.

HSL color Cylindrical-coordinate representation of color #BCA096: hue angle of 15.79º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA096 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB188160150-
CMYK00.150.200.26
HSL15.79º22.09%66.27%-
HSV(B)15.79º20.21%73.73%-
XYZ38.8138.0334.15-
YUV167.23118.28142.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 160 (62.89% from 255) = 32.13%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=37.75%
G=32.13%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816015000.150.200.2615.7922.0966.27
HexBCA0960F141A101642
Octal27424022601724322026102
Binary10111100101000001001011001111101001101010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA096; }

 p { color: rgb(188,160,150); }

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

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

 a { background-color: rgb(188,160,150); }

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

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

 span { border-color: rgb(188,160,150); }

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