#BF847C

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

Shades of Brandy Rose #BF847C

Tints of Brandy Rose #BF847C

Color information

#BF847C (or 0xBF847C) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 7C. RGB value is (191,132,124). Sum of RGB (Red+Green+Blue) = 191+132+124=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF847C is #407B83. Grayscale: #949494. Windows color (decimal): -4225924 or 8160447. OLE color: 8160447.

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

Color convert

RGB191132124-
CMYK00.310.350.25
HSL7.16º34.36%61.76%-
HSV(B)7.16º35.08%74.9%-
XYZ33.3829.0322.91-
YUV148.73114.05158.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 124 (48.83% from 255) = 27.74%
R=42.73%
G=29.53%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113212400.310.350.257.1634.3661.76
HexBF847C01F23197223e
Octal277204174037433174276
Binary1011111110000100111110001111110001111001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF847C; }

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

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

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

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

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

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

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

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