#BF897F

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

Shades of Brandy Rose #BF897F

Tints of Brandy Rose #BF897F

Color information

#BF897F (or 0xBF897F) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 7F. RGB value is (191,137,127). Sum of RGB (Red+Green+Blue) = 191+137+127=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897F is #407680. Grayscale: #989898. Windows color (decimal): -4224641 or 8358335. OLE color: 8358335.

HSL color Cylindrical-coordinate representation of color #BF897F: hue angle of 9.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF897F is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191137127-
CMYK00.280.340.25
HSL9.38º33.33%62.35%-
HSV(B)9.38º33.51%74.9%-
XYZ34.2630.524.16-
YUV152.01113.89155.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 137 (53.91% from 255) = 30.11%
BLUE value IS 127 (50% from 255) = 27.91%
R=41.98%
G=30.11%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113712700.280.340.259.3833.3362.35
HexBF897F01C22199213e
Octal2772111770344231114176
Binary10111111100010011111111011100100010110011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF897F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF897F; }

 p { color: rgb(191,137,127); }

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

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

 a { background-color: rgb(191,137,127); }

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

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

 span { border-color: rgb(191,137,127); }

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