#BC8777

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

Shades of Brandy Rose #BC8777

Tints of Brandy Rose #BC8777

Color information

#BC8777 (or 0xBC8777) is unknown color: approx Brandy Rose. HEX triplet: BC, 87 and 77. RGB value is (188,135,119). Sum of RGB (Red+Green+Blue) = 188+135+119=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8777 is #437888. Grayscale: #959595. Windows color (decimal): -4421769 or 7833532. OLE color: 7833532.

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

Color convert

RGB188135119-
CMYK00.280.370.26
HSL13.91º33.99%60.2%-
HSV(B)13.91º36.7%73.73%-
XYZ32.7329.3521.39-
YUV149.02111.06155.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.53%
GREEN value IS 135 (53.12% from 255) = 30.54%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=42.53%
G=30.54%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813511900.280.370.2613.9133.9960.2
HexBC877701C251Ae223c
Octal2742071670344532164274
Binary10111100100001111110111011100100101110101110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8777; }

 p { color: rgb(188,135,119); }

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

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

 a { background-color: rgb(188,135,119); }

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

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

 span { border-color: rgb(188,135,119); }

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