#BC8A7C

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

Shades of Brandy Rose #BC8A7C

Tints of Brandy Rose #BC8A7C

Color information

#BC8A7C (or 0xBC8A7C) is unknown color: approx Brandy Rose. HEX triplet: BC, 8A and 7C. RGB value is (188,138,124). Sum of RGB (Red+Green+Blue) = 188+138+124=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8A7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8A7C is #437583. Grayscale: #979797. Windows color (decimal): -4420996 or 8161980. OLE color: 8161980.

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

Color convert

RGB188138124-
CMYK00.270.340.26
HSL13.13º32.32%61.18%-
HSV(B)13.13º34.04%73.73%-
XYZ33.4730.3223.16-
YUV151.35112.56154.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 138 (54.30% from 255) = 30.67%
BLUE value IS 124 (48.83% from 255) = 27.56%
R=41.78%
G=30.67%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813812400.270.340.2613.1332.3261.18
HexBC8A7C01B221Ad203d
Octal2742121740334232154075
Binary10111100100010101111100011011100010110101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8A7C; }

 p { color: rgb(188,138,124); }

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

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

 a { background-color: rgb(188,138,124); }

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

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

 span { border-color: rgb(188,138,124); }

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