#BCA296

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

Shades of Del Rio #BCA296

Tints of Del Rio #BCA296

Color information

#BCA296 (or 0xBCA296) is unknown color: approx Del Rio. HEX triplet: BC, A2 and 96. RGB value is (188,162,150). Sum of RGB (Red+Green+Blue) = 188+162+150=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 162 (63.67% from 255 or 32.4% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA296 is #435D69. Grayscale: #A8A8A8. Windows color (decimal): -4414826 or 9872060. OLE color: 9872060.

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

Color convert

RGB188162150-
CMYK00.140.200.26
HSL18.95º22.09%66.27%-
HSV(B)18.95º20.21%73.73%-
XYZ39.1638.7334.27-
YUV168.41117.61141.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 162 (63.67% from 255) = 32.4%
BLUE value IS 150 (58.98% from 255) = 30%
R=37.6%
G=32.4%
B=30%

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
Decimal18816215000.140.200.2618.9522.0966.27
HexBCA2960E141A131642
Octal27424222601624322326102
Binary10111100101000101001011001110101001101010011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA296; }

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

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

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

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

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

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

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

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