#BC9D94

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

Shades of Del Rio #BC9D94

Tints of Del Rio #BC9D94

Color information

#BC9D94 (or 0xBC9D94) is unknown color: approx Del Rio. HEX triplet: BC, 9D and 94. RGB value is (188,157,148). Sum of RGB (Red+Green+Blue) = 188+157+148=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9D94 is #43626B. Grayscale: #A5A5A5. Windows color (decimal): -4416108 or 9739708. OLE color: 9739708.

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

Color convert

RGB188157148-
CMYK00.160.210.26
HSL13.5º22.99%65.88%-
HSV(B)13.5º21.28%73.73%-
XYZ38.1436.9433.14-
YUV165.24118.27144.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.13%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=38.13%
G=31.85%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18815714800.160.210.2613.522.9965.88
HexBC9D94010151Ae1742
Octal27423522402025321627102
Binary10111100100111011001010001000010101110101110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9D94; }

 p { color: rgb(188,157,148); }

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

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

 a { background-color: rgb(188,157,148); }

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

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

 span { border-color: rgb(188,157,148); }

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