#BCA196

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

Shades of Del Rio #BCA196

Tints of Del Rio #BCA196

Color information

#BCA196 (or 0xBCA196) is unknown color: approx Del Rio. HEX triplet: BC, A1 and 96. RGB value is (188,161,150). Sum of RGB (Red+Green+Blue) = 188+161+150=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA196 is #435E69. Grayscale: #A7A7A7. Windows color (decimal): -4415082 or 9871804. OLE color: 9871804.

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

Color convert

RGB188161150-
CMYK00.140.200.26
HSL17.37º22.09%66.27%-
HSV(B)17.37º20.21%73.73%-
XYZ38.9938.3834.21-
YUV167.82117.95142.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.68%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=37.68%
G=32.26%
B=30.06%

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
Decimal18816115000.140.200.2617.3722.0966.27
HexBCA1960E141A111642
Octal27424122601624322126102
Binary10111100101000011001011001110101001101010001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA196; }

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

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

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

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

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

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

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

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