#BCA191

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

Shades of Del Rio #BCA191

Tints of Del Rio #BCA191

Color information

#BCA191 (or 0xBCA191) is unknown color: approx Del Rio. HEX triplet: BC, A1 and 91. RGB value is (188,161,145). Sum of RGB (Red+Green+Blue) = 188+161+145=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 145 (57.03% from 255 or 29.35% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA191 is #435E6E. Grayscale: #A7A7A7. Windows color (decimal): -4415087 or 9544124. OLE color: 9544124.

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

Color convert

RGB188161145-
CMYK00.140.230.26
HSL22.33º24.29%65.29%-
HSV(B)22.33º22.87%73.73%-
XYZ38.5938.2332.13-
YUV167.25115.45142.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 145 (57.03% from 255) = 29.35%
R=38.06%
G=32.59%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816114500.140.230.2622.3324.2965.29
HexBCA1910E171A161841
Octal27424122101627322630101
Binary10111100101000011001000101110101111101010110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA191; }

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

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

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

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

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

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

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

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