#BF7C71

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

Shades of Brandy Rose #BF7C71

Tints of Brandy Rose #BF7C71

Color information

#BF7C71 (or 0xBF7C71) is unknown color: approx Brandy Rose. HEX triplet: BF, 7C and 71. RGB value is (191,124,113). Sum of RGB (Red+Green+Blue) = 191+124+113=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C71 is #40838E. Grayscale: #8E8E8E. Windows color (decimal): -4227983 or 7437503. OLE color: 7437503.

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

Color convert

RGB191124113-
CMYK00.350.410.25
HSL8.46º37.86%59.61%-
HSV(B)8.46º40.84%74.9%-
XYZ31.6726.6819.1-
YUV142.78111.2162.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 124 (48.83% from 255) = 28.97%
BLUE value IS 113 (44.53% from 255) = 26.40%
R=44.63%
G=28.97%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112411300.350.410.258.4637.8659.61
HexBF7C7102329198263c
Octal2771741610435131104674
Binary10111111111110011100010100011101001110011000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C71; }

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

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

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

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

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

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

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

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