#BF8D77

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

Shades of Brandy Rose #BF8D77

Tints of Brandy Rose #BF8D77

Color information

#BF8D77 (or 0xBF8D77) is unknown color: approx Brandy Rose. HEX triplet: BF, 8D and 77. RGB value is (191,141,119). Sum of RGB (Red+Green+Blue) = 191+141+119=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D77 is #407288. Grayscale: #999999. Windows color (decimal): -4223625 or 7835071. OLE color: 7835071.

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

Color convert

RGB191141119-
CMYK00.260.380.25
HSL18.33º36%60.78%-
HSV(B)18.33º37.7%74.9%-
XYZ34.3431.4621.71-
YUV153.44108.56154.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 119 (46.88% from 255) = 26.39%
R=42.35%
G=31.26%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114111900.260.380.2518.333660.78
HexBF8D7701A261912243d
Octal2772151670324631224475
Binary101111111000110111101110110101001101100110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D77; }

 p { color: rgb(191,141,119); }

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

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

 a { background-color: rgb(191,141,119); }

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

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

 span { border-color: rgb(191,141,119); }

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