#BC856F

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

Shades of Brandy Rose #BC856F

Tints of Brandy Rose #BC856F

Color information

#BC856F (or 0xBC856F) is unknown color: approx Brandy Rose. HEX triplet: BC, 85 and 6F. RGB value is (188,133,111). Sum of RGB (Red+Green+Blue) = 188+133+111=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC856F is #437A90. Grayscale: #939393. Windows color (decimal): -4422289 or 7308732. OLE color: 7308732.

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

Color convert

RGB188133111-
CMYK00.290.410.26
HSL17.14º36.49%58.63%-
HSV(B)17.14º40.96%73.73%-
XYZ3228.6118.88-
YUV146.94107.72157.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 133 (52.34% from 255) = 30.79%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=43.52%
G=30.79%
B=25.69%

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
Decimal18813311100.290.410.2617.1436.4958.63
HexBC856F01D291A11243b
Octal2742051570355132214473
Binary101111001000010111011110111011010011101010001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC856F; }

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

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

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

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

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

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

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

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