#BCA290

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

Shades of Del Rio #BCA290

Tints of Del Rio #BCA290

Color information

#BCA290 (or 0xBCA290) is unknown color: approx Del Rio. HEX triplet: BC, A2 and 90. RGB value is (188,162,144). Sum of RGB (Red+Green+Blue) = 188+162+144=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA290 is #435D6F. Grayscale: #A7A7A7. Windows color (decimal): -4414832 or 9478844. OLE color: 9478844.

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

Color convert

RGB188162144-
CMYK00.140.230.26
HSL24.55º24.72%65.1%-
HSV(B)24.55º23.4%73.73%-
XYZ38.6938.5531.79-
YUV167.72114.61142.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 162 (63.67% from 255) = 32.79%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=38.06%
G=32.79%
B=29.15%

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
Decimal18816214400.140.230.2624.5524.7265.1
HexBCA2900E171A191941
Octal27424222001627323131101
Binary10111100101000101001000001110101111101011001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA290; }

 p { color: rgb(188,162,144); }

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

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

 a { background-color: rgb(188,162,144); }

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

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

 span { border-color: rgb(188,162,144); }

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