#BC8775

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

Shades of Brandy Rose #BC8775

Tints of Brandy Rose #BC8775

Color information

#BC8775 (or 0xBC8775) is unknown color: approx Brandy Rose. HEX triplet: BC, 87 and 75. RGB value is (188,135,117). Sum of RGB (Red+Green+Blue) = 188+135+117=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8775 is #43788A. Grayscale: #949494. Windows color (decimal): -4421771 or 7702460. OLE color: 7702460.

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

Color convert

RGB188135117-
CMYK00.280.380.26
HSL15.21º34.63%59.8%-
HSV(B)15.21º37.77%73.73%-
XYZ32.6129.320.77-
YUV148.79110.06155.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.73%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 117 (46.09% from 255) = 26.59%
R=42.73%
G=30.68%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813511700.280.380.2615.2134.6359.8
HexBC877501C261Af233c
Octal2742071650344632174374
Binary10111100100001111110101011100100110110101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8775; }

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

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

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

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

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

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

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

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