#BCA193

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

Shades of Del Rio #BCA193

Tints of Del Rio #BCA193

Color information

#BCA193 (or 0xBCA193) is unknown color: approx Del Rio. HEX triplet: BC, A1 and 93. RGB value is (188,161,147). Sum of RGB (Red+Green+Blue) = 188+161+147=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 147 (57.81% from 255 or 29.64% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA193 is #435E6C. Grayscale: #A7A7A7. Windows color (decimal): -4415085 or 9675196. OLE color: 9675196.

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

Color convert

RGB188161147-
CMYK00.140.220.26
HSL20.49º23.43%65.69%-
HSV(B)20.49º21.81%73.73%-
XYZ38.7538.2932.95-
YUV167.48116.45142.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 147 (57.81% from 255) = 29.64%
R=37.90%
G=32.46%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816114700.140.220.2620.4923.4365.69
HexBCA1930E161A141742
Octal27424122301626322427102
Binary10111100101000011001001101110101101101010100101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA193; }

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

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

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

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

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

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

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

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