#BC7D71

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

Shades of Brandy Rose #BC7D71

Tints of Brandy Rose #BC7D71

Color information

#BC7D71 (or 0xBC7D71) is unknown color: approx Brandy Rose. HEX triplet: BC, 7D and 71. RGB value is (188,125,113). Sum of RGB (Red+Green+Blue) = 188+125+113=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D71 is #43828E. Grayscale: #8E8E8E. Windows color (decimal): -4424335 or 7437756. OLE color: 7437756.

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

Color convert

RGB188125113-
CMYK00.340.400.26
HSL9.6º35.89%59.02%-
HSV(B)9.6º39.89%73.73%-
XYZ31.0526.5519.11-
YUV142.47111.37160.48-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.13%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 113 (44.53% from 255) = 26.53%
R=44.13%
G=29.34%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812511300.340.400.269.635.8959.02
HexBC7D71022281Aa243b
Octal2741751610425032124473
Binary10111100111110111100010100010101000110101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7D71; }

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

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

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

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

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

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

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

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