#BF8C77

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

Shades of Brandy Rose #BF8C77

Tints of Brandy Rose #BF8C77

Color information

#BF8C77 (or 0xBF8C77) is unknown color: approx Brandy Rose. HEX triplet: BF, 8C and 77. RGB value is (191,140,119). Sum of RGB (Red+Green+Blue) = 191+140+119=450 (59% of max value = 765). Red value is 191 (75% from 255 or 42.44% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C77 is #407388. Grayscale: #989898. Windows color (decimal): -4223881 or 7834815. OLE color: 7834815.

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

Color convert

RGB191140119-
CMYK00.270.380.25
HSL17.5º36%60.78%-
HSV(B)17.5º37.7%74.9%-
XYZ34.1931.1621.67-
YUV152.85108.9155.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.44%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 119 (46.88% from 255) = 26.44%
R=42.44%
G=31.11%
B=26.44%

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
Decimal19114011900.270.380.2517.53660.78
HexBF8C7701B261912243d
Octal2772141670334631224475
Binary101111111000110011101110110111001101100110010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C77; }

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

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

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

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

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

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

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

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