#BC998C

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

Shades of Del Rio #BC998C

Tints of Del Rio #BC998C

Color information

#BC998C (or 0xBC998C) is unknown color: approx Del Rio. HEX triplet: BC, 99 and 8C. RGB value is (188,153,140). Sum of RGB (Red+Green+Blue) = 188+153+140=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998C is #436673. Grayscale: #A2A2A2. Windows color (decimal): -4417140 or 9214396. OLE color: 9214396.

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

Color convert

RGB188153140-
CMYK00.190.260.26
HSL16.25º26.37%64.31%-
HSV(B)16.25º25.53%73.73%-
XYZ36.8635.3729.69-
YUV161.98115.6146.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 153 (60.16% from 255) = 31.81%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=39.09%
G=31.81%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815314000.190.260.2616.2526.3764.31
HexBC998C0131A1A101a40
Octal27423121402332322032100
Binary101111001001100110001100010011110101101010000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC998C; }

 p { color: rgb(188,153,140); }

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

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

 a { background-color: rgb(188,153,140); }

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

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

 span { border-color: rgb(188,153,140); }

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