#BC8B78

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

Shades of Brandy Rose #BC8B78

Tints of Brandy Rose #BC8B78

Color information

#BC8B78 (or 0xBC8B78) is unknown color: approx Brandy Rose. HEX triplet: BC, 8B and 78. RGB value is (188,139,120). Sum of RGB (Red+Green+Blue) = 188+139+120=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B78 is #437487. Grayscale: #979797. Windows color (decimal): -4420744 or 7900092. OLE color: 7900092.

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

Color convert

RGB188139120-
CMYK00.260.360.26
HSL16.76º33.66%60.39%-
HSV(B)16.76º36.17%73.73%-
XYZ33.3630.5121.9-
YUV151.48110.23154.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=42.06%
G=31.10%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813912000.260.360.2616.7633.6660.39
HexBC8B7801A241A11223c
Octal2742131700324432214274
Binary101111001000101111110000110101001001101010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8B78; }

 p { color: rgb(188,139,120); }

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

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

 a { background-color: rgb(188,139,120); }

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

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

 span { border-color: rgb(188,139,120); }

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