#BF8371

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

Shades of Brandy Rose #BF8371

Tints of Brandy Rose #BF8371

Color information

#BF8371 (or 0xBF8371) is unknown color: approx Brandy Rose. HEX triplet: BF, 83 and 71. RGB value is (191,131,113). Sum of RGB (Red+Green+Blue) = 191+131+113=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8371 is #407C8E. Grayscale: #939393. Windows color (decimal): -4226191 or 7439295. OLE color: 7439295.

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

Color convert

RGB191131113-
CMYK00.310.410.25
HSL13.85º37.86%59.61%-
HSV(B)13.85º40.84%74.9%-
XYZ32.5828.519.41-
YUV146.89108.88159.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 113 (44.53% from 255) = 25.98%
R=43.91%
G=30.11%
B=25.98%

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
Decimal19113111300.310.410.2513.8537.8659.61
HexBF837101F2919e263c
Octal2772031610375131164674
Binary10111111100000111110001011111101001110011110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8371; }

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

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

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

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

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

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

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

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