#BF847D

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

Shades of Brandy Rose #BF847D

Tints of Brandy Rose #BF847D

Color information

#BF847D (or 0xBF847D) is unknown color: approx Brandy Rose. HEX triplet: BF, 84 and 7D. RGB value is (191,132,125). Sum of RGB (Red+Green+Blue) = 191+132+125=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF847D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF847D is #407B82. Grayscale: #949494. Windows color (decimal): -4225923 or 8225983. OLE color: 8225983.

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

Color convert

RGB191132125-
CMYK00.310.350.25
HSL6.36º34.02%61.96%-
HSV(B)6.36º34.55%74.9%-
XYZ33.4429.0623.25-
YUV148.84114.55158.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=42.63%
G=29.46%
B=27.90%

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
Decimal19113212500.310.350.256.3634.0261.96
HexBF847D01F23196223e
Octal277204175037433164276
Binary1011111110000100111110101111110001111001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF847D; }

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

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

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

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

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

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

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

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