#BF8473

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

Shades of Brandy Rose #BF8473

Tints of Brandy Rose #BF8473

Color information

#BF8473 (or 0xBF8473) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 73. RGB value is (191,132,115). Sum of RGB (Red+Green+Blue) = 191+132+115=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8473 is #407B8C. Grayscale: #939393. Windows color (decimal): -4225933 or 7570623. OLE color: 7570623.

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

Color convert

RGB191132115-
CMYK00.310.400.25
HSL13.42º37.25%60%-
HSV(B)13.42º39.79%74.9%-
XYZ32.8328.8220.05-
YUV147.7109.55158.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 132 (51.95% from 255) = 30.14%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=43.61%
G=30.14%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113211500.310.400.2513.4237.2560
HexBF847301F2819d253c
Octal2772041630375031154574
Binary10111111100001001110011011111101000110011101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8473; }

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

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

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

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

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

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

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

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