#BF8F7E

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

Shades of Brandy Rose #BF8F7E

Tints of Brandy Rose #BF8F7E

Color information

#BF8F7E (or 0xBF8F7E) is unknown color: approx Brandy Rose. HEX triplet: BF, 8F and 7E. RGB value is (191,143,126). Sum of RGB (Red+Green+Blue) = 191+143+126=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F7E is #407081. Grayscale: #9B9B9B. Windows color (decimal): -4223106 or 8294335. OLE color: 8294335.

HSL color Cylindrical-coordinate representation of color #BF8F7E: hue angle of 15.69º degrees, saturation: 0.34, 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 #BF8F7E is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191143126-
CMYK00.250.340.25
HSL15.69º33.68%62.16%-
HSV(B)15.69º34.03%74.9%-
XYZ35.0732.2324.11-
YUV155.41111.4153.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=41.52%
G=31.09%
B=27.39%

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
Decimal19114312600.250.340.2515.6933.6862.16
HexBF8F7E019221910223e
Octal2772171760314231204276
Binary101111111000111111111100110011000101100110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F7E; }

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

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

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

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

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

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

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

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