#BF857C

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

Shades of Brandy Rose #BF857C

Tints of Brandy Rose #BF857C

Color information

#BF857C (or 0xBF857C) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 7C. RGB value is (191,133,124). Sum of RGB (Red+Green+Blue) = 191+133+124=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF857C is #407A83. Grayscale: #959595. Windows color (decimal): -4225668 or 8160703. OLE color: 8160703.

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

Color convert

RGB191133124-
CMYK00.300.350.25
HSL8.06º34.36%61.76%-
HSV(B)8.06º35.08%74.9%-
XYZ33.5129.3122.96-
YUV149.32113.72157.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 133 (52.34% from 255) = 29.69%
BLUE value IS 124 (48.83% from 255) = 27.68%
R=42.63%
G=29.69%
B=27.68%

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
Decimal19113312400.300.350.258.0634.3661.76
HexBF857C01E23198223e
Octal2772051740364331104276
Binary10111111100001011111100011110100011110011000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF857C; }

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

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

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

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

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

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

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

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