#BF8576

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

Shades of Brandy Rose #BF8576

Tints of Brandy Rose #BF8576

Color information

#BF8576 (or 0xBF8576) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 76. RGB value is (191,133,118). Sum of RGB (Red+Green+Blue) = 191+133+118=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 133 (52.34% from 255 or 30.09% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8576 is #407A89. Grayscale: #949494. Windows color (decimal): -4225674 or 7767487. OLE color: 7767487.

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

Color convert

RGB191133118-
CMYK00.300.380.25
HSL12.33º36.32%60.59%-
HSV(B)12.33º38.22%74.9%-
XYZ33.1429.1621.02-
YUV148.63110.72158.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 133 (52.34% from 255) = 30.09%
BLUE value IS 118 (46.48% from 255) = 26.70%
R=43.21%
G=30.09%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113311800.300.380.2512.3336.3260.59
HexBF857601E2619c243d
Octal2772051660364631144475
Binary10111111100001011110110011110100110110011100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8576; }

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

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

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

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

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

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

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

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