#BC866C

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

Shades of Brandy Rose #BC866C

Tints of Brandy Rose #BC866C

Color information

#BC866C (or 0xBC866C) is unknown color: approx Brandy Rose. HEX triplet: BC, 86 and 6C. RGB value is (188,134,108). Sum of RGB (Red+Green+Blue) = 188+134+108=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866C is #437993. Grayscale: #939393. Windows color (decimal): -4422036 or 7112380. OLE color: 7112380.

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

Color convert

RGB188134108-
CMYK00.290.430.26
HSL19.5º37.38%58.04%-
HSV(B)19.5º42.55%73.73%-
XYZ31.9728.8218.07-
YUV147.18105.89157.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 134 (52.73% from 255) = 31.16%
BLUE value IS 108 (42.58% from 255) = 25.12%
R=43.72%
G=31.16%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813410800.290.430.2619.537.3858.04
HexBC866C01D2B1A14253a
Octal2742061540355332244572
Binary101111001000011011011000111011010111101010100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC866C; }

 p { color: rgb(188,134,108); }

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

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

 a { background-color: rgb(188,134,108); }

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

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

 span { border-color: rgb(188,134,108); }

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