#BF7E70

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

Shades of Brandy Rose #BF7E70

Tints of Brandy Rose #BF7E70

Color information

#BF7E70 (or 0xBF7E70) is unknown color: approx Brandy Rose. HEX triplet: BF, 7E and 70. RGB value is (191,126,112). Sum of RGB (Red+Green+Blue) = 191+126+112=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E70 is #40818F. Grayscale: #8F8F8F. Windows color (decimal): -4227472 or 7372479. OLE color: 7372479.

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

Color convert

RGB191126112-
CMYK00.340.410.25
HSL10.63º38.16%59.41%-
HSV(B)10.63º41.36%74.9%-
XYZ31.8727.1718.89-
YUV143.84110.03161.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=44.52%
G=29.37%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112611200.340.410.2510.6338.1659.41
HexBF7E700222919b263b
Octal2771761600425131134673
Binary10111111111111011100000100010101001110011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E70; }

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

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

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

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

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

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

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

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