#BC897A

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

Shades of Brandy Rose #BC897A

Tints of Brandy Rose #BC897A

Color information

#BC897A (or 0xBC897A) is unknown color: approx Brandy Rose. HEX triplet: BC, 89 and 7A. RGB value is (188,137,122). Sum of RGB (Red+Green+Blue) = 188+137+122=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC897A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC897A is #437685. Grayscale: #969696. Windows color (decimal): -4421254 or 8030652. OLE color: 8030652.

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

Color convert

RGB188137122-
CMYK00.270.350.26
HSL13.64º33%60.78%-
HSV(B)13.64º35.11%73.73%-
XYZ33.229.9922.45-
YUV150.54111.9154.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 122 (48.05% from 255) = 27.29%
R=42.06%
G=30.65%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813712200.270.350.2613.643360.78
HexBC897A01B231Ae213d
Octal2742111720334332164175
Binary10111100100010011111010011011100011110101110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC897A; }

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

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

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

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

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

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

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

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