#BCA192

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

Shades of Del Rio #BCA192

Tints of Del Rio #BCA192

Color information

#BCA192 (or 0xBCA192) is unknown color: approx Del Rio. HEX triplet: BC, A1 and 92. RGB value is (188,161,146). Sum of RGB (Red+Green+Blue) = 188+161+146=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA192 is #435E6D. Grayscale: #A7A7A7. Windows color (decimal): -4415086 or 9609660. OLE color: 9609660.

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

Color convert

RGB188161146-
CMYK00.140.220.26
HSL21.43º23.86%65.49%-
HSV(B)21.43º22.34%73.73%-
XYZ38.6738.2632.54-
YUV167.36115.95142.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=37.98%
G=32.53%
B=29.49%

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
Decimal18816114600.140.220.2621.4323.8665.49
HexBCA1920E161A151841
Octal27424122201626322530101
Binary10111100101000011001001001110101101101010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA192; }

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

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

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

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

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

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

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

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