#BCA094

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

Shades of Del Rio #BCA094

Tints of Del Rio #BCA094

Color information

#BCA094 (or 0xBCA094) is unknown color: approx Del Rio. HEX triplet: BC, A0 and 94. RGB value is (188,160,148). Sum of RGB (Red+Green+Blue) = 188+160+148=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA094 is #435F6B. Grayscale: #A7A7A7. Windows color (decimal): -4415340 or 9740476. OLE color: 9740476.

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

Color convert

RGB188160148-
CMYK00.150.210.26
HSL18º22.99%65.88%-
HSV(B)18º21.28%73.73%-
XYZ38.6637.9733.31-
YUV167117.28142.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 160 (62.89% from 255) = 32.26%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=37.90%
G=32.26%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816014800.150.210.261822.9965.88
HexBCA0940F151A121742
Octal27424022401725322227102
Binary10111100101000001001010001111101011101010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA094; }

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

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

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

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

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

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

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

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