#BC9B8D

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

Shades of Del Rio #BC9B8D

Tints of Del Rio #BC9B8D

Color information

#BC9B8D (or 0xBC9B8D) is unknown color: approx Del Rio. HEX triplet: BC, 9B and 8D. RGB value is (188,155,141). Sum of RGB (Red+Green+Blue) = 188+155+141=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9B8D is #436472. Grayscale: #A3A3A3. Windows color (decimal): -4416627 or 9280444. OLE color: 9280444.

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

Color convert

RGB188155141-
CMYK00.180.250.26
HSL17.87º25.97%64.51%-
HSV(B)17.87º25%73.73%-
XYZ37.2736.0630.19-
YUV163.27115.43145.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.84%
GREEN value IS 155 (60.94% from 255) = 32.02%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=38.84%
G=32.02%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815514100.180.250.2617.8725.9764.51
HexBC9B8D012191A121a41
Octal27423321502231322232101
Binary101111001001101110001101010010110011101010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9B8D; }

 p { color: rgb(188,155,141); }

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

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

 a { background-color: rgb(188,155,141); }

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

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

 span { border-color: rgb(188,155,141); }

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