#BC896E

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

Shades of Brandy Rose #BC896E

Tints of Brandy Rose #BC896E

Color information

#BC896E (or 0xBC896E) is unknown color: approx Brandy Rose. HEX triplet: BC, 89 and 6E. RGB value is (188,137,110). Sum of RGB (Red+Green+Blue) = 188+137+110=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC896E is #437691. Grayscale: #959595. Windows color (decimal): -4421266 or 7244220. OLE color: 7244220.

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

Color convert

RGB188137110-
CMYK00.270.410.26
HSL20.77º36.79%58.43%-
HSV(B)20.77º41.49%73.73%-
XYZ32.529.7118.77-
YUV149.17105.9155.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=43.22%
G=31.49%
B=25.29%

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
Decimal18813711000.270.410.2620.7736.7958.43
HexBC896E01B291A15253a
Octal2742111560335132254572
Binary101111001000100111011100110111010011101010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC896E; }

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

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

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

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

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

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

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

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