#BC7F75

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

Shades of Brandy Rose #BC7F75

Tints of Brandy Rose #BC7F75

Color information

#BC7F75 (or 0xBC7F75) is unknown color: approx Brandy Rose. HEX triplet: BC, 7F and 75. RGB value is (188,127,117). Sum of RGB (Red+Green+Blue) = 188+127+117=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F75 is #43808A. Grayscale: #909090. Windows color (decimal): -4423819 or 7700412. OLE color: 7700412.

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

Color convert

RGB188127117-
CMYK00.320.380.26
HSL8.45º34.63%59.8%-
HSV(B)8.45º37.77%73.73%-
XYZ31.5427.1520.41-
YUV144.1112.71159.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=43.52%
G=29.40%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812711700.320.380.268.4534.6359.8
HexBC7F75020261A8233c
Octal2741771650404632104374
Binary10111100111111111101010100000100110110101000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F75; }

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

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

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

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

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

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

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

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