#BF7C76

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

Shades of Brandy Rose #BF7C76

Tints of Brandy Rose #BF7C76

Color information

#BF7C76 (or 0xBF7C76) is unknown color: approx Brandy Rose. HEX triplet: BF, 7C and 76. RGB value is (191,124,118). Sum of RGB (Red+Green+Blue) = 191+124+118=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C76 is #408389. Grayscale: #8F8F8F. Windows color (decimal): -4227978 or 7765183. OLE color: 7765183.

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

Color convert

RGB191124118-
CMYK00.350.380.25
HSL4.93º36.32%60.59%-
HSV(B)4.93º38.22%74.9%-
XYZ31.9626.820.63-
YUV143.35113.7161.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=44.11%
G=28.64%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112411800.350.380.254.9336.3260.59
HexBF7C7602326195243d
Octal277174166043463154475
Binary1011111111111001110110010001110011011001101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C76; }

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

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

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

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

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

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

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

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