#BCA197

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

Shades of Del Rio #BCA197

Tints of Del Rio #BCA197

Color information

#BCA197 (or 0xBCA197) is unknown color: approx Del Rio. HEX triplet: BC, A1 and 97. RGB value is (188,161,151). Sum of RGB (Red+Green+Blue) = 188+161+151=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA197 is #435E68. Grayscale: #A8A8A8. Windows color (decimal): -4415081 or 9937340. OLE color: 9937340.

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

Color convert

RGB188161151-
CMYK00.140.200.26
HSL16.22º21.64%66.47%-
HSV(B)16.22º19.68%73.73%-
XYZ39.0738.4234.63-
YUV167.93118.45142.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 161 (63.28% from 255) = 32.2%
BLUE value IS 151 (59.38% from 255) = 30.2%
R=37.6%
G=32.2%
B=30.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816115100.140.200.2616.2221.6466.47
HexBCA1970E141A101642
Octal27424122701624322026102
Binary10111100101000011001011101110101001101010000101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA197; }

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

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

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

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

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

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

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

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