#BF897B

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

Shades of Brandy Rose #BF897B

Tints of Brandy Rose #BF897B

Color information

#BF897B (or 0xBF897B) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 7B. RGB value is (191,137,123). Sum of RGB (Red+Green+Blue) = 191+137+123=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897B is #407684. Grayscale: #979797. Windows color (decimal): -4224645 or 8096191. OLE color: 8096191.

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

Color convert

RGB191137123-
CMYK00.280.360.25
HSL12.35º34.69%61.57%-
HSV(B)12.35º35.6%74.9%-
XYZ34.0130.422.81-
YUV151.55111.89156.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 137 (53.91% from 255) = 30.38%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=42.35%
G=30.38%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113712300.280.360.2512.3534.6961.57
HexBF897B01C2419c233e
Octal2772111730344431144376
Binary10111111100010011111011011100100100110011100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF897B; }

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

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

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

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

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

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

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

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