#BF897D

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

Shades of Brandy Rose #BF897D

Tints of Brandy Rose #BF897D

Color information

#BF897D (or 0xBF897D) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 7D. RGB value is (191,137,125). Sum of RGB (Red+Green+Blue) = 191+137+125=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF897D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF897D is #407682. Grayscale: #979797. Windows color (decimal): -4224643 or 8227263. OLE color: 8227263.

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

Color convert

RGB191137125-
CMYK00.280.350.25
HSL10.91º34.02%61.96%-
HSV(B)10.91º34.55%74.9%-
XYZ34.1330.4523.48-
YUV151.78112.89155.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 125 (49.22% from 255) = 27.59%
R=42.16%
G=30.24%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113712500.280.350.2510.9134.0261.96
HexBF897D01C2319b223e
Octal2772111750344331134276
Binary10111111100010011111101011100100011110011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF897D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF897D; }

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

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

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

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

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

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

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

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