#BF7E73

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

Shades of Brandy Rose #BF7E73

Tints of Brandy Rose #BF7E73

Color information

#BF7E73 (or 0xBF7E73) is unknown color: approx Brandy Rose. HEX triplet: BF, 7E and 73. RGB value is (191,126,115). Sum of RGB (Red+Green+Blue) = 191+126+115=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E73 is #40818C. Grayscale: #909090. Windows color (decimal): -4227469 or 7569087. OLE color: 7569087.

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

Color convert

RGB191126115-
CMYK00.340.400.25
HSL8.68º37.25%60%-
HSV(B)8.68º39.79%74.9%-
XYZ32.0427.2419.79-
YUV144.18111.53161.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.21%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=44.21%
G=29.17%
B=26.62%

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
Decimal19112611500.340.400.258.6837.2560
HexBF7E7302228199253c
Octal2771761630425031114574
Binary10111111111111011100110100010101000110011001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E73; }

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

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

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

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

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

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

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

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