#BF8671

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

Shades of Brandy Rose #BF8671

Tints of Brandy Rose #BF8671

Color information

#BF8671 (or 0xBF8671) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 71. RGB value is (191,134,113). Sum of RGB (Red+Green+Blue) = 191+134+113=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8671 is #40798E. Grayscale: #949494. Windows color (decimal): -4225423 or 7440063. OLE color: 7440063.

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

Color convert

RGB191134113-
CMYK00.300.410.25
HSL16.15º37.86%59.61%-
HSV(B)16.15º40.84%74.9%-
XYZ32.9929.3219.54-
YUV148.65107.88158.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 134 (52.73% from 255) = 30.59%
BLUE value IS 113 (44.53% from 255) = 25.80%
R=43.61%
G=30.59%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113411300.300.410.2516.1537.8659.61
HexBF867101E291910263c
Octal2772061610365131204674
Binary101111111000011011100010111101010011100110000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8671; }

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

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

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

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

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

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

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

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