#BC7F79

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

Shades of Brandy Rose #BC7F79

Tints of Brandy Rose #BC7F79

Color information

#BC7F79 (or 0xBC7F79) is unknown color: approx Brandy Rose. HEX triplet: BC, 7F and 79. RGB value is (188,127,121). Sum of RGB (Red+Green+Blue) = 188+127+121=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F79 is #438086. Grayscale: #909090. Windows color (decimal): -4423815 or 7962556. OLE color: 7962556.

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

Color convert

RGB188127121-
CMYK00.320.360.26
HSL5.37º33.33%60.59%-
HSV(B)5.37º35.64%73.73%-
XYZ31.7827.2521.67-
YUV144.56114.71158.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=43.12%
G=29.13%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812712100.320.360.265.3733.3360.59
HexBC7F79020241A5213d
Octal274177171040443254175
Binary1011110011111111111001010000010010011010101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F79; }

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

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

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

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

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

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

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

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