#BCA093

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

Shades of Del Rio #BCA093

Tints of Del Rio #BCA093

Color information

#BCA093 (or 0xBCA093) is unknown color: approx Del Rio. HEX triplet: BC, A0 and 93. RGB value is (188,160,147). Sum of RGB (Red+Green+Blue) = 188+160+147=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA093 is #435F6C. Grayscale: #A6A6A6. Windows color (decimal): -4415341 or 9674940. OLE color: 9674940.

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

Color convert

RGB188160147-
CMYK00.150.220.26
HSL19.02º23.43%65.69%-
HSV(B)19.02º21.81%73.73%-
XYZ38.5837.9432.89-
YUV166.89116.78143.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.98%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=37.98%
G=32.32%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816014700.150.220.2619.0223.4365.69
HexBCA0930F161A131742
Octal27424022301726322327102
Binary10111100101000001001001101111101101101010011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA093; }

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

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

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

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

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

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

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

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