#BF8471

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

Shades of Brandy Rose #BF8471

Tints of Brandy Rose #BF8471

Color information

#BF8471 (or 0xBF8471) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 71. RGB value is (191,132,113). Sum of RGB (Red+Green+Blue) = 191+132+113=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8471 is #407B8E. Grayscale: #939393. Windows color (decimal): -4225935 or 7439551. OLE color: 7439551.

HSL color Cylindrical-coordinate representation of color #BF8471: hue angle of 14.62º 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 #BF8471 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB191132113-
CMYK00.310.410.25
HSL14.62º37.86%59.61%-
HSV(B)14.62º40.84%74.9%-
XYZ32.7228.7719.45-
YUV147.48108.55159.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 132 (51.95% from 255) = 30.28%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=43.81%
G=30.28%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113211300.310.410.2514.6237.8659.61
HexBF847101F2919f263c
Octal2772041610375131174674
Binary10111111100001001110001011111101001110011111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8471; }

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

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

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

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

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

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

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

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