#BC998B

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

Shades of Del Rio #BC998B

Tints of Del Rio #BC998B

Color information

#BC998B (or 0xBC998B) is unknown color: approx Del Rio. HEX triplet: BC, 99 and 8B. RGB value is (188,153,139). Sum of RGB (Red+Green+Blue) = 188+153+139=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC998B is #436674. Grayscale: #A1A1A1. Windows color (decimal): -4417141 or 9148860. OLE color: 9148860.

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

Color convert

RGB188153139-
CMYK00.190.260.26
HSL17.14º26.78%64.12%-
HSV(B)17.14º26.06%73.73%-
XYZ36.7935.3429.31-
YUV161.87115.1146.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=39.17%
G=31.88%
B=28.96%

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
Decimal18815313900.190.260.2617.1426.7864.12
HexBC998B0131A1A111b40
Octal27423121302332322133100
Binary101111001001100110001011010011110101101010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC998B; }

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

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

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

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

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

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

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

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