#BC9C8E

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

Shades of Del Rio #BC9C8E

Tints of Del Rio #BC9C8E

Color information

#BC9C8E (or 0xBC9C8E) is unknown color: approx Del Rio. HEX triplet: BC, 9C and 8E. RGB value is (188,156,142). Sum of RGB (Red+Green+Blue) = 188+156+142=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C8E is #436371. Grayscale: #A4A4A4. Windows color (decimal): -4416370 or 9346236. OLE color: 9346236.

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

Color convert

RGB188156142-
CMYK00.170.240.26
HSL18.26º25.56%64.71%-
HSV(B)18.26º24.47%73.73%-
XYZ37.5136.4230.64-
YUV163.97115.6145.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.68%
GREEN value IS 156 (61.33% from 255) = 32.10%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=38.68%
G=32.10%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815614200.170.240.2618.2625.5664.71
HexBC9C8E011181A121a41
Octal27423421602130322232101
Binary101111001001110010001110010001110001101010010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9C8E; }

 p { color: rgb(188,156,142); }

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

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

 a { background-color: rgb(188,156,142); }

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

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

 span { border-color: rgb(188,156,142); }

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