#BCA297

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

Shades of Del Rio #BCA297

Tints of Del Rio #BCA297

Color information

#BCA297 (or 0xBCA297) is unknown color: approx Del Rio. HEX triplet: BC, A2 and 97. RGB value is (188,162,151). Sum of RGB (Red+Green+Blue) = 188+162+151=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA297 is #435D68. Grayscale: #A8A8A8. Windows color (decimal): -4414825 or 9937596. OLE color: 9937596.

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

Color convert

RGB188162151-
CMYK00.140.200.26
HSL17.84º21.64%66.47%-
HSV(B)17.84º19.68%73.73%-
XYZ39.2538.7734.69-
YUV168.52118.11141.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=37.52%
G=32.34%
B=30.14%

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
Decimal18816215100.140.200.2617.8421.6466.47
HexBCA2970E141A121642
Octal27424222701624322226102
Binary10111100101000101001011101110101001101010010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA297; }

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

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

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

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

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

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

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

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