#BF7C70

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

Shades of Brandy Rose #BF7C70

Tints of Brandy Rose #BF7C70

Color information

#BF7C70 (or 0xBF7C70) is unknown color: approx Brandy Rose. HEX triplet: BF, 7C and 70. RGB value is (191,124,112). Sum of RGB (Red+Green+Blue) = 191+124+112=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7C70 is #40838F. Grayscale: #8E8E8E. Windows color (decimal): -4227984 or 7371967. OLE color: 7371967.

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

Color convert

RGB191124112-
CMYK00.350.410.25
HSL9.11º38.16%59.41%-
HSV(B)9.11º41.36%74.9%-
XYZ31.6226.6618.81-
YUV142.66110.7162.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 124 (48.83% from 255) = 29.04%
BLUE value IS 112 (44.14% from 255) = 26.23%
R=44.73%
G=29.04%
B=26.23%

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
Decimal19112411200.350.410.259.1138.1659.41
HexBF7C7002329199263b
Octal2771741600435131114673
Binary10111111111110011100000100011101001110011001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7C70; }

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

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

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

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

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

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

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

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