#BF8B77

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

Shades of Brandy Rose #BF8B77

Tints of Brandy Rose #BF8B77

Color information

#BF8B77 (or 0xBF8B77) is unknown color: approx Brandy Rose. HEX triplet: BF, 8B and 77. RGB value is (191,139,119). Sum of RGB (Red+Green+Blue) = 191+139+119=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B77 is #407488. Grayscale: #989898. Windows color (decimal): -4224137 or 7834559. OLE color: 7834559.

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

Color convert

RGB191139119-
CMYK00.270.380.25
HSL16.67º36%60.78%-
HSV(B)16.67º37.7%74.9%-
XYZ34.0530.8721.62-
YUV152.27109.23155.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=42.54%
G=30.96%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113911900.270.380.2516.673660.78
HexBF8B7701B261911243d
Octal2772131670334631214475
Binary101111111000101111101110110111001101100110001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8B77; }

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

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

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

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

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

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

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

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