#BC866B

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

Shades of Brandy Rose #BC866B

Tints of Brandy Rose #BC866B

Color information

#BC866B (or 0xBC866B) is unknown color: approx Brandy Rose. HEX triplet: BC, 86 and 6B. RGB value is (188,134,107). Sum of RGB (Red+Green+Blue) = 188+134+107=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866B is #437994. Grayscale: #939393. Windows color (decimal): -4422037 or 7046844. OLE color: 7046844.

HSL color Cylindrical-coordinate representation of color #BC866B: hue angle of 20º degrees, saturation: 0.38, 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 #BC866B is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB188134107-
CMYK00.290.430.26
HSL20º37.67%57.84%-
HSV(B)20º43.09%73.73%-
XYZ31.9228.817.79-
YUV147.07105.39157.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=43.82%
G=31.24%
B=24.94%

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
Decimal18813410700.290.430.262037.6757.84
HexBC866B01D2B1A14263a
Octal2742061530355332244672
Binary101111001000011011010110111011010111101010100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC866B; }

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

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

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

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

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

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

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

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