#BF8A73

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

Shades of Brandy Rose #BF8A73

Tints of Brandy Rose #BF8A73

Color information

#BF8A73 (or 0xBF8A73) is unknown color: approx Brandy Rose. HEX triplet: BF, 8A and 73. RGB value is (191,138,115). Sum of RGB (Red+Green+Blue) = 191+138+115=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A73 is #40758C. Grayscale: #979797. Windows color (decimal): -4224397 or 7572159. OLE color: 7572159.

HSL color Cylindrical-coordinate representation of color #BF8A73: hue angle of 18.16º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8A73 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191138115-
CMYK00.280.400.25
HSL18.16º37.25%60%-
HSV(B)18.16º39.79%74.9%-
XYZ33.6730.4920.33-
YUV151.23107.56156.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 115 (45.31% from 255) = 25.90%
R=43.02%
G=31.08%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113811500.280.400.2518.1637.2560
HexBF8A7301C281912253c
Octal2772121630345031224574
Binary101111111000101011100110111001010001100110010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A73; }

 p { color: rgb(191,138,115); }

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

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

 a { background-color: rgb(191,138,115); }

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

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

 span { border-color: rgb(191,138,115); }

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