#BC7F72

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

Shades of Brandy Rose #BC7F72

Tints of Brandy Rose #BC7F72

Color information

#BC7F72 (or 0xBC7F72) is unknown color: approx Brandy Rose. HEX triplet: BC, 7F and 72. RGB value is (188,127,114). Sum of RGB (Red+Green+Blue) = 188+127+114=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F72 is #43808D. Grayscale: #8F8F8F. Windows color (decimal): -4423822 or 7503804. OLE color: 7503804.

HSL color Cylindrical-coordinate representation of color #BC7F72: hue angle of 10.54º 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 #BC7F72 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB188127114-
CMYK00.320.390.26
HSL10.54º35.58%59.22%-
HSV(B)10.54º39.36%73.73%-
XYZ31.3727.0919.49-
YUV143.76111.21159.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=43.82%
G=29.60%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812711400.320.390.2610.5435.5859.22
HexBC7F72020271Ab243b
Octal2741771620404732134473
Binary10111100111111111100100100000100111110101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7F72; }

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

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

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

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

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

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

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

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