#BC7F6A

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

Shades of Brandy Rose #BC7F6A

Tints of Brandy Rose #BC7F6A

Color information

#BC7F6A (or 0xBC7F6A) is unknown color: approx Brandy Rose. HEX triplet: BC, 7F and 6A. RGB value is (188,127,106). Sum of RGB (Red+Green+Blue) = 188+127+106=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F6A is #438095. Grayscale: #8E8E8E. Windows color (decimal): -4423830 or 6979516. OLE color: 6979516.

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

Color convert

RGB188127106-
CMYK00.320.440.26
HSL15.37º37.96%57.65%-
HSV(B)15.37º43.62%73.73%-
XYZ30.9326.9117.2-
YUV142.84107.21160.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 25.18%
R=44.66%
G=30.17%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812710600.320.440.2615.3737.9657.65
HexBC7F6A0202C1Af263a
Octal2741771520405432174672
Binary10111100111111111010100100000101100110101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F6A; }

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

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

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

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

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

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

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

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