#BF8A77

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

Shades of Brandy Rose #BF8A77

Tints of Brandy Rose #BF8A77

Color information

#BF8A77 (or 0xBF8A77) is unknown color: approx Brandy Rose. HEX triplet: BF, 8A and 77. RGB value is (191,138,119). Sum of RGB (Red+Green+Blue) = 191+138+119=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8A77 is #407588. Grayscale: #979797. Windows color (decimal): -4224393 or 7834303. OLE color: 7834303.

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

Color convert

RGB191138119-
CMYK00.280.380.25
HSL15.83º36%60.78%-
HSV(B)15.83º37.7%74.9%-
XYZ33.930.5921.57-
YUV151.68109.56156.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 119 (46.88% from 255) = 26.56%
R=42.63%
G=30.80%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113811900.280.380.2515.833660.78
HexBF8A7701C261910243d
Octal2772121670344631204475
Binary101111111000101011101110111001001101100110000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8A77; }

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

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

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

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

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

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

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

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