#BC8975

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

Shades of Brandy Rose #BC8975

Tints of Brandy Rose #BC8975

Color information

#BC8975 (or 0xBC8975) is unknown color: approx Brandy Rose. HEX triplet: BC, 89 and 75. RGB value is (188,137,117). Sum of RGB (Red+Green+Blue) = 188+137+117=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8975 is #43768A. Grayscale: #969696. Windows color (decimal): -4421259 or 7702972. OLE color: 7702972.

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

Color convert

RGB188137117-
CMYK00.270.380.26
HSL16.9º34.63%59.8%-
HSV(B)16.9º37.77%73.73%-
XYZ32.929.8720.86-
YUV149.97109.4155.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=42.53%
G=31.00%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813711700.270.380.2616.934.6359.8
HexBC897501B261A11233c
Octal2742111650334632214374
Binary101111001000100111101010110111001101101010001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8975; }

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

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

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

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

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

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

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

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