#BC7E72

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

Shades of Brandy Rose #BC7E72

Tints of Brandy Rose #BC7E72

Color information

#BC7E72 (or 0xBC7E72) is unknown color: approx Brandy Rose. HEX triplet: BC, 7E and 72. RGB value is (188,126,114). Sum of RGB (Red+Green+Blue) = 188+126+114=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E72 is #43818D. Grayscale: #8F8F8F. Windows color (decimal): -4424078 or 7503548. OLE color: 7503548.

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

Color convert

RGB188126114-
CMYK00.330.390.26
HSL9.73º35.58%59.22%-
HSV(B)9.73º39.36%73.73%-
XYZ31.2426.8319.45-
YUV143.17111.54159.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.93%
GREEN value IS 126 (49.61% from 255) = 29.44%
BLUE value IS 114 (44.92% from 255) = 26.64%
R=43.93%
G=29.44%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812611400.330.390.269.7335.5859.22
HexBC7E72021271Aa243b
Octal2741761620414732124473
Binary10111100111111011100100100001100111110101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E72; }

 p { color: rgb(188,126,114); }

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

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

 a { background-color: rgb(188,126,114); }

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

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

 span { border-color: rgb(188,126,114); }

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