#BF857D

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

Shades of Brandy Rose #BF857D

Tints of Brandy Rose #BF857D

Color information

#BF857D (or 0xBF857D) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 7D. RGB value is (191,133,125). Sum of RGB (Red+Green+Blue) = 191+133+125=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF857D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF857D is #407A82. Grayscale: #959595. Windows color (decimal): -4225667 or 8226239. OLE color: 8226239.

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

Color convert

RGB191133125-
CMYK00.300.350.25
HSL7.27º34.02%61.96%-
HSV(B)7.27º34.55%74.9%-
XYZ33.5829.3323.29-
YUV149.43114.22157.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=42.54%
G=29.62%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113312500.300.350.257.2734.0261.96
HexBF857D01E23197223e
Octal277205175036433174276
Binary1011111110000101111110101111010001111001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF857D; }

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

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

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

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

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

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

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

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