#BF8877

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

Shades of Brandy Rose #BF8877

Tints of Brandy Rose #BF8877

Color information

#BF8877 (or 0xBF8877) is unknown color: approx Brandy Rose. HEX triplet: BF, 88 and 77. RGB value is (191,136,119). Sum of RGB (Red+Green+Blue) = 191+136+119=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8877 is #407788. Grayscale: #969696. Windows color (decimal): -4224905 or 7833791. OLE color: 7833791.

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

Color convert

RGB191136119-
CMYK00.290.380.25
HSL14.17º36%60.78%-
HSV(B)14.17º37.7%74.9%-
XYZ33.6230.0221.47-
YUV150.51110.22156.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 30.49%
BLUE value IS 119 (46.88% from 255) = 26.68%
R=42.83%
G=30.49%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113611900.290.380.2514.173660.78
HexBF887701D2619e243d
Octal2772101670354631164475
Binary10111111100010001110111011101100110110011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8877; }

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

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

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

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

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

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

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

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