#BCA091

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

Shades of Del Rio #BCA091

Tints of Del Rio #BCA091

Color information

#BCA091 (or 0xBCA091) is unknown color: approx Del Rio. HEX triplet: BC, A0 and 91. RGB value is (188,160,145). Sum of RGB (Red+Green+Blue) = 188+160+145=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA091 is #435F6E. Grayscale: #A6A6A6. Windows color (decimal): -4415343 or 9543868. OLE color: 9543868.

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

Color convert

RGB188160145-
CMYK00.150.230.26
HSL20.93º24.29%65.29%-
HSV(B)20.93º22.87%73.73%-
XYZ38.4237.8832.07-
YUV166.66115.78143.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 160 (62.89% from 255) = 32.45%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=38.13%
G=32.45%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816014500.150.230.2620.9324.2965.29
HexBCA0910F171A151841
Octal27424022101727322530101
Binary10111100101000001001000101111101111101010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA091; }

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

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

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

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

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

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

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

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