#BF8871

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

Shades of Brandy Rose #BF8871

Tints of Brandy Rose #BF8871

Color information

#BF8871 (or 0xBF8871) is unknown color: approx Brandy Rose. HEX triplet: BF, 88 and 71. RGB value is (191,136,113). Sum of RGB (Red+Green+Blue) = 191+136+113=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 113 (44.53% from 255 or 25.68% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8871 is #40778E. Grayscale: #959595. Windows color (decimal): -4224911 or 7440575. OLE color: 7440575.

HSL color Cylindrical-coordinate representation of color #BF8871: hue angle of 17.69º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8871 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191136113-
CMYK00.290.410.25
HSL17.69º37.86%59.61%-
HSV(B)17.69º40.84%74.9%-
XYZ33.2729.8819.64-
YUV149.82107.22157.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 136 (53.52% from 255) = 30.91%
BLUE value IS 113 (44.53% from 255) = 25.68%
R=43.41%
G=30.91%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113611300.290.410.2517.6937.8659.61
HexBF887101D291912263c
Octal2772101610355131224674
Binary101111111000100011100010111011010011100110010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8871; }

 p { color: rgb(191,136,113); }

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

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

 a { background-color: rgb(191,136,113); }

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

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

 span { border-color: rgb(191,136,113); }

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