#BC8575

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

Shades of Brandy Rose #BC8575

Tints of Brandy Rose #BC8575

Color information

#BC8575 (or 0xBC8575) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 75. RGB value is (188,133,117). Sum of RGB (Red+Green+Blue) = 188+133+117=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8575 is #437A8A. Grayscale: #939393. Windows color (decimal): -4422283 or 7701948. OLE color: 7701948.

HSL color Cylindrical-coordinate representation of color #BC8575: hue angle of 13.52º 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 #BC8575 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB188133117-
CMYK00.290.380.26
HSL13.52º34.63%59.8%-
HSV(B)13.52º37.77%73.73%-
XYZ32.3428.7520.67-
YUV147.62110.72156.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=42.92%
G=30.37%
B=26.71%

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
Decimal18813311700.290.380.2613.5234.6359.8
HexBC857501D261Ae233c
Octal2742051650354632164374
Binary10111100100001011110101011101100110110101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8575; }

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

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

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

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

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

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

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

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