#BF7F72

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

Shades of Brandy Rose #BF7F72

Tints of Brandy Rose #BF7F72

Color information

#BF7F72 (or 0xBF7F72) is unknown color: approx Brandy Rose. HEX triplet: BF, 7F and 72. RGB value is (191,127,114). Sum of RGB (Red+Green+Blue) = 191+127+114=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7F72 is #40808D. Grayscale: #909090. Windows color (decimal): -4227214 or 7503807. OLE color: 7503807.

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

Color convert

RGB191127114-
CMYK00.340.400.25
HSL10.13º37.56%59.8%-
HSV(B)10.13º40.31%74.9%-
XYZ32.1127.4719.53-
YUV144.65110.7161.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=44.21%
G=29.40%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112711400.340.400.2510.1337.5659.8
HexBF7F720222819a263c
Octal2771771620425031124674
Binary10111111111111111100100100010101000110011010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F72; }

 p { color: rgb(191,127,114); }

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

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

 a { background-color: rgb(191,127,114); }

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

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

 span { border-color: rgb(191,127,114); }

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