#BF7F7E

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

Shades of Brandy Rose #BF7F7E

Tints of Brandy Rose #BF7F7E

Color information

#BF7F7E (or 0xBF7F7E) is unknown color: approx Brandy Rose. HEX triplet: BF, 7F and 7E. RGB value is (191,127,126). Sum of RGB (Red+Green+Blue) = 191+127+126=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F7E is #408081. Grayscale: #929292. Windows color (decimal): -4227202 or 8290239. OLE color: 8290239.

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

Color convert

RGB191127126-
CMYK00.340.340.25
HSL0.92º33.68%62.16%-
HSV(B)0.92º34.03%74.9%-
XYZ32.8427.7623.37-
YUV146.02116.7160.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=43.02%
G=28.60%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112712600.340.340.250.9233.6862.16
HexBF7F7E02222191223e
Octal277177176042423114276
Binary10111111111111111111100100010100010110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F7E; }

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

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

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

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

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

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

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

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