#BF8777

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

Shades of Brandy Rose #BF8777

Tints of Brandy Rose #BF8777

Color information

#BF8777 (or 0xBF8777) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 77. RGB value is (191,135,119). Sum of RGB (Red+Green+Blue) = 191+135+119=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8777 is #407888. Grayscale: #969696. Windows color (decimal): -4225161 or 7833535. OLE color: 7833535.

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

Color convert

RGB191135119-
CMYK00.290.380.25
HSL13.33º36%60.78%-
HSV(B)13.33º37.7%74.9%-
XYZ33.4829.7421.43-
YUV149.92110.55157.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 135 (53.12% from 255) = 30.34%
BLUE value IS 119 (46.88% from 255) = 26.74%
R=42.92%
G=30.34%
B=26.74%

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
Decimal19113511900.290.380.2513.333660.78
HexBF877701D2619d243d
Octal2772071670354631154475
Binary10111111100001111110111011101100110110011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8777; }

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

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

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

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

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

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

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

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