#BF8276

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

Shades of Brandy Rose #BF8276

Tints of Brandy Rose #BF8276

Color information

#BF8276 (or 0xBF8276) is unknown color: approx Brandy Rose. HEX triplet: BF, 82 and 76. RGB value is (191,130,118). Sum of RGB (Red+Green+Blue) = 191+130+118=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8276 is #407D89. Grayscale: #929292. Windows color (decimal): -4226442 or 7766719. OLE color: 7766719.

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

Color convert

RGB191130118-
CMYK00.320.380.25
HSL9.86º36.32%60.59%-
HSV(B)9.86º38.22%74.9%-
XYZ32.7428.3520.89-
YUV146.87111.71159.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 118 (46.48% from 255) = 26.88%
R=43.51%
G=29.61%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113011800.320.380.259.8636.3260.59
HexBF82760202619a243d
Octal2772021660404631124475
Binary101111111000001011101100100000100110110011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8276; }

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

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

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

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

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

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

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

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