#BC7F6E

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

Shades of Brandy Rose #BC7F6E

Tints of Brandy Rose #BC7F6E

Color information

#BC7F6E (or 0xBC7F6E) is unknown color: approx Brandy Rose. HEX triplet: BC, 7F and 6E. RGB value is (188,127,110). Sum of RGB (Red+Green+Blue) = 188+127+110=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F6E is #438091. Grayscale: #8F8F8F. Windows color (decimal): -4423826 or 7241660. OLE color: 7241660.

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

Color convert

RGB188127110-
CMYK00.320.410.26
HSL13.08º36.79%58.43%-
HSV(B)13.08º41.49%73.73%-
XYZ31.142718.32-
YUV143.3109.21159.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 127 (50% from 255) = 29.88%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=44.24%
G=29.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812711000.320.410.2613.0836.7958.43
HexBC7F6E020291Ad253a
Octal2741771560405132154572
Binary10111100111111111011100100000101001110101101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F6E; }

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

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

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

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

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

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

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

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