#BC7E71

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

Shades of Brandy Rose #BC7E71

Tints of Brandy Rose #BC7E71

Color information

#BC7E71 (or 0xBC7E71) is unknown color: approx Brandy Rose. HEX triplet: BC, 7E and 71. RGB value is (188,126,113). Sum of RGB (Red+Green+Blue) = 188+126+113=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 126 (49.61% from 255 or 29.51% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E71 is #43818E. Grayscale: #8F8F8F. Windows color (decimal): -4424079 or 7438012. OLE color: 7438012.

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

Color convert

RGB188126113-
CMYK00.330.400.26
HSL10.4º35.89%59.02%-
HSV(B)10.4º39.89%73.73%-
XYZ31.1826.8119.15-
YUV143.06111.04160.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.03%
GREEN value IS 126 (49.61% from 255) = 29.51%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=44.03%
G=29.51%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812611300.330.400.2610.435.8959.02
HexBC7E71021281Aa243b
Octal2741761610415032124473
Binary10111100111111011100010100001101000110101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E71; }

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

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

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

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

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

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

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

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