#BC7E6F

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

Shades of Brandy Rose #BC7E6F

Tints of Brandy Rose #BC7E6F

Color information

#BC7E6F (or 0xBC7E6F) is unknown color: approx Brandy Rose. HEX triplet: BC, 7E and 6F. RGB value is (188,126,111). Sum of RGB (Red+Green+Blue) = 188+126+111=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E6F is #438190. Grayscale: #8E8E8E. Windows color (decimal): -4424081 or 7306940. OLE color: 7306940.

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

Color convert

RGB188126111-
CMYK00.330.410.26
HSL11.69º36.49%58.63%-
HSV(B)11.69º40.96%73.73%-
XYZ31.0726.7618.57-
YUV142.83110.04160.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 126 (49.61% from 255) = 29.65%
BLUE value IS 111 (43.75% from 255) = 26.12%
R=44.24%
G=29.65%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812611100.330.410.2611.6936.4958.63
HexBC7E6F021291Ac243b
Octal2741761570415132144473
Binary10111100111111011011110100001101001110101100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7E6F; }

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

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

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

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

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

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

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

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