#BF8479

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

Shades of Brandy Rose #BF8479

Tints of Brandy Rose #BF8479

Color information

#BF8479 (or 0xBF8479) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 79. RGB value is (191,132,121). Sum of RGB (Red+Green+Blue) = 191+132+121=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8479 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8479 is #407B86. Grayscale: #949494. Windows color (decimal): -4225927 or 7963839. OLE color: 7963839.

HSL color Cylindrical-coordinate representation of color #BF8479: hue angle of 9.43º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF8479 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB191132121-
CMYK00.310.370.25
HSL9.43º35.35%61.18%-
HSV(B)9.43º36.65%74.9%-
XYZ33.1928.9621.93-
YUV148.39112.55158.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 132 (51.95% from 255) = 29.73%
BLUE value IS 121 (47.66% from 255) = 27.25%
R=43.02%
G=29.73%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113212100.310.370.259.4335.3561.18
HexBF847901F25199233d
Octal2772041710374531114375
Binary10111111100001001111001011111100101110011001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8479; }

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

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

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

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

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

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

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

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