#BF7E7C

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

Shades of Brandy Rose #BF7E7C

Tints of Brandy Rose #BF7E7C

Color information

#BF7E7C (or 0xBF7E7C) is unknown color: approx Brandy Rose. HEX triplet: BF, 7E and 7C. RGB value is (191,126,124). Sum of RGB (Red+Green+Blue) = 191+126+124=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E7C is #408183. Grayscale: #919191. Windows color (decimal): -4227460 or 8158911. OLE color: 8158911.

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

Color convert

RGB191126124-
CMYK00.340.350.25
HSL1.79º34.36%61.76%-
HSV(B)1.79º35.08%74.9%-
XYZ32.5827.4522.65-
YUV145.21116.03160.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 124 (48.83% from 255) = 28.12%
R=43.31%
G=28.57%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112612400.340.350.251.7934.3661.76
HexBF7E7C02223192223e
Octal277176174042433124276
Binary101111111111110111110001000101000111100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E7C; }

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

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

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

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

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

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

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

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