#BC988A

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

Shades of Del Rio #BC988A

Tints of Del Rio #BC988A

Color information

#BC988A (or 0xBC988A) is unknown color: approx Del Rio. HEX triplet: BC, 98 and 8A. RGB value is (188,152,138). Sum of RGB (Red+Green+Blue) = 188+152+138=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC988A is #436775. Grayscale: #A1A1A1. Windows color (decimal): -4417398 or 9083068. OLE color: 9083068.

HSL color Cylindrical-coordinate representation of color #BC988A: hue angle of 16.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BC988A is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB188152138-
CMYK00.190.270.26
HSL16.8º27.17%63.92%-
HSV(B)16.8º26.6%73.73%-
XYZ36.5534.9828.87-
YUV161.17114.93147.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 152 (59.77% from 255) = 31.80%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=39.33%
G=31.80%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815213800.190.270.2616.827.1763.92
HexBC988A0131B1A111b40
Octal27423021202333322133100
Binary101111001001100010001010010011110111101010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC988A; }

 p { color: rgb(188,152,138); }

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

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

 a { background-color: rgb(188,152,138); }

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

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

 span { border-color: rgb(188,152,138); }

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