#BC866F

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

Shades of Brandy Rose #BC866F

Tints of Brandy Rose #BC866F

Color information

#BC866F (or 0xBC866F) is unknown color: approx Brandy Rose. HEX triplet: BC, 86 and 6F. RGB value is (188,134,111). Sum of RGB (Red+Green+Blue) = 188+134+111=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC866F is #437990. Grayscale: #939393. Windows color (decimal): -4422033 or 7308988. OLE color: 7308988.

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

Color convert

RGB188134111-
CMYK00.290.410.26
HSL17.92º36.49%58.63%-
HSV(B)17.92º40.96%73.73%-
XYZ32.1328.8918.92-
YUV147.52107.39156.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 134 (52.73% from 255) = 30.95%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=43.42%
G=30.95%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813411100.290.410.2617.9236.4958.63
HexBC866F01D291A12243b
Octal2742061570355132224473
Binary101111001000011011011110111011010011101010010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC866F; }

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

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

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

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

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

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

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

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