#BF7E6B

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

Shades of Brandy Rose #BF7E6B

Tints of Brandy Rose #BF7E6B

Color information

#BF7E6B (or 0xBF7E6B) is unknown color: approx Brandy Rose. HEX triplet: BF, 7E and 6B. RGB value is (191,126,107). Sum of RGB (Red+Green+Blue) = 191+126+107=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 126 (49.61% from 255 or 29.72% from 424); Blue value is 107 (42.19% from 255 or 25.24% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7E6B is #408194. Grayscale: #8F8F8F. Windows color (decimal): -4227477 or 7044799. OLE color: 7044799.

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

Color convert

RGB191126107-
CMYK00.340.440.25
HSL13.57º39.62%58.43%-
HSV(B)13.57º43.98%74.9%-
XYZ31.627.0617.47-
YUV143.27107.53162.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 126 (49.61% from 255) = 29.72%
BLUE value IS 107 (42.19% from 255) = 25.24%
R=45.05%
G=29.72%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112610700.340.440.2513.5739.6258.43
HexBF7E6B0222C19e283a
Octal2771761530425431165072
Binary10111111111111011010110100010101100110011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7E6B; }

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

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

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

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

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

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

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

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