#BC8574

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

Shades of Brandy Rose #BC8574

Tints of Brandy Rose #BC8574

Color information

#BC8574 (or 0xBC8574) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 74. RGB value is (188,133,116). Sum of RGB (Red+Green+Blue) = 188+133+116=437 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.02% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8574 is #437A8B. Grayscale: #939393. Windows color (decimal): -4422284 or 7636412. OLE color: 7636412.

HSL color Cylindrical-coordinate representation of color #BC8574: hue angle of 14.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8574 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188133116-
CMYK00.290.380.26
HSL14.17º34.95%59.61%-
HSV(B)14.17º38.3%73.73%-
XYZ32.2828.7320.37-
YUV147.51110.22156.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.02%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=43.02%
G=30.43%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813311600.290.380.2614.1734.9559.61
HexBC857401D261Ae233c
Octal2742051640354632164374
Binary10111100100001011110100011101100110110101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8574; }

 p { color: rgb(188,133,116); }

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

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

 a { background-color: rgb(188,133,116); }

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

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

 span { border-color: rgb(188,133,116); }

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