#BF8F7F

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

Shades of Brandy Rose #BF8F7F

Tints of Brandy Rose #BF8F7F

Color information

#BF8F7F (or 0xBF8F7F) is unknown color: approx Brandy Rose. HEX triplet: BF, 8F and 7F. RGB value is (191,143,127). Sum of RGB (Red+Green+Blue) = 191+143+127=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F7F is #407080. Grayscale: #9B9B9B. Windows color (decimal): -4223105 or 8359871. OLE color: 8359871.

HSL color Cylindrical-coordinate representation of color #BF8F7F: hue angle of 15º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BF8F7F is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191143127-
CMYK00.250.340.25
HSL15º33.33%62.35%-
HSV(B)15º33.51%74.9%-
XYZ35.1432.2524.45-
YUV155.53111.9153.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 127 (50% from 255) = 27.55%
R=41.43%
G=31.02%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19114312700.250.340.251533.3362.35
HexBF8F7F0192219f213e
Octal2772171770314231174176
Binary10111111100011111111111011001100010110011111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F7F; }

 p { color: rgb(191,143,127); }

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

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

 a { background-color: rgb(191,143,127); }

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

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

 span { border-color: rgb(191,143,127); }

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