#BC7B71

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

Shades of Brandy Rose #BC7B71

Tints of Brandy Rose #BC7B71

Color information

#BC7B71 (or 0xBC7B71) is unknown color: approx Brandy Rose. HEX triplet: BC, 7B and 71. RGB value is (188,123,113). Sum of RGB (Red+Green+Blue) = 188+123+113=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7B71 is #43848E. Grayscale: #8D8D8D. Windows color (decimal): -4424847 or 7437244. OLE color: 7437244.

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

Color convert

RGB188123113-
CMYK00.350.400.26
HSL35.89%59.02%-
HSV(B)39.89%73.73%-
XYZ30.826.0519.03-
YUV141.29112.03161.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=44.34%
G=29.01%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812311300.350.400.26835.8959.02
HexBC7B71023281A8243b
Octal2741731610435032104473
Binary10111100111101111100010100011101000110101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7B71; }

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

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

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

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

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

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

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

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