#BCA195

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

Shades of Del Rio #BCA195

Tints of Del Rio #BCA195

Color information

#BCA195 (or 0xBCA195) is unknown color: approx Del Rio. HEX triplet: BC, A1 and 95. RGB value is (188,161,149). Sum of RGB (Red+Green+Blue) = 188+161+149=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA195 is #435E6A. Grayscale: #A7A7A7. Windows color (decimal): -4415083 or 9806268. OLE color: 9806268.

HSL color Cylindrical-coordinate representation of color #BCA195: hue angle of 18.46º 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 #BCA195 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB188161149-
CMYK00.140.210.26
HSL18.46º22.54%66.08%-
HSV(B)18.46º20.74%73.73%-
XYZ38.9138.3533.79-
YUV167.7117.45142.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 161 (63.28% from 255) = 32.33%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=37.75%
G=32.33%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816114900.140.210.2618.4622.5466.08
HexBCA1950E151A121742
Octal27424122501625322227102
Binary10111100101000011001010101110101011101010010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA195; }

 p { color: rgb(188,161,149); }

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

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

 a { background-color: rgb(188,161,149); }

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

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

 span { border-color: rgb(188,161,149); }

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