#BC896F

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

Shades of Brandy Rose #BC896F

Tints of Brandy Rose #BC896F

Color information

#BC896F (or 0xBC896F) is unknown color: approx Brandy Rose. HEX triplet: BC, 89 and 6F. RGB value is (188,137,111). Sum of RGB (Red+Green+Blue) = 188+137+111=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896F is #437690. Grayscale: #959595. Windows color (decimal): -4421265 or 7309756. OLE color: 7309756.

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

Color convert

RGB188137111-
CMYK00.270.410.26
HSL20.26º36.49%58.63%-
HSV(B)20.26º40.96%73.73%-
XYZ32.5529.7319.06-
YUV149.28106.4155.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.12%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=43.12%
G=31.42%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813711100.270.410.2620.2636.4958.63
HexBC896F01B291A14243b
Octal2742111570335132244473
Binary101111001000100111011110110111010011101010100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC896F; }

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

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

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

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

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

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

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

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