#BF8579

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

Shades of Brandy Rose #BF8579

Tints of Brandy Rose #BF8579

Color information

#BF8579 (or 0xBF8579) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 79. RGB value is (191,133,121). Sum of RGB (Red+Green+Blue) = 191+133+121=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8579 is #407A86. Grayscale: #959595. Windows color (decimal): -4225671 or 7964095. OLE color: 7964095.

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

Color convert

RGB191133121-
CMYK00.300.370.25
HSL10.29º35.35%61.18%-
HSV(B)10.29º36.65%74.9%-
XYZ33.3229.2321.98-
YUV148.97112.22157.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 133 (52.34% from 255) = 29.89%
BLUE value IS 121 (47.66% from 255) = 27.19%
R=42.92%
G=29.89%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113312100.300.370.2510.2935.3561.18
HexBF857901E2519a233d
Octal2772051710364531124375
Binary10111111100001011111001011110100101110011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8579; }

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

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

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

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

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

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

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

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