#BF8973

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

Shades of Brandy Rose #BF8973

Tints of Brandy Rose #BF8973

Color information

#BF8973 (or 0xBF8973) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 73. RGB value is (191,137,115). Sum of RGB (Red+Green+Blue) = 191+137+115=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8973 is #40768C. Grayscale: #969696. Windows color (decimal): -4224653 or 7571903. OLE color: 7571903.

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

Color convert

RGB191137115-
CMYK00.280.400.25
HSL17.37º37.25%60%-
HSV(B)17.37º39.79%74.9%-
XYZ33.5330.2120.28-
YUV150.64107.89156.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 137 (53.91% from 255) = 30.93%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=43.12%
G=30.93%
B=25.96%

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
Decimal19113711500.280.400.2517.3737.2560
HexBF897301C281911253c
Octal2772111630345031214574
Binary101111111000100111100110111001010001100110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8973; }

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

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

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

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

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

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

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

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