#BC8E7D

Color #BC8E7D Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #BC8E7D

Tints of Brandy Rose #BC8E7D

Color information

#BC8E7D (or 0xBC8E7D) is unknown color: approx Brandy Rose. HEX triplet: BC, 8E and 7D. RGB value is (188,142,125). Sum of RGB (Red+Green+Blue) = 188+142+125=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 142 (55.86% from 255 or 31.21% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8E7D is #437182. Grayscale: #999999. Windows color (decimal): -4419971 or 8228540. OLE color: 8228540.

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

Color convert

RGB188142125-
CMYK00.240.340.26
HSL16.19º31.98%61.37%-
HSV(B)16.19º33.51%73.73%-
XYZ34.1131.5223.69-
YUV153.82111.74152.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 142 (55.86% from 255) = 31.21%
BLUE value IS 125 (49.22% from 255) = 27.47%
R=41.32%
G=31.21%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814212500.240.340.2616.1931.9861.37
HexBC8E7D018221A10203d
Octal2742161750304232204075
Binary101111001000111011111010110001000101101010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8E7D; }

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

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

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

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

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

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

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

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