#BF857A

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

Shades of Brandy Rose #BF857A

Tints of Brandy Rose #BF857A

Color information

#BF857A (or 0xBF857A) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 7A. RGB value is (191,133,122). Sum of RGB (Red+Green+Blue) = 191+133+122=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF857A is #407A85. Grayscale: #959595. Windows color (decimal): -4225670 or 8029631. OLE color: 8029631.

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

Color convert

RGB191133122-
CMYK00.300.360.25
HSL9.57º35.03%61.37%-
HSV(B)9.57º36.13%74.9%-
XYZ33.3929.2622.3-
YUV149.09112.72157.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 133 (52.34% from 255) = 29.82%
BLUE value IS 122 (48.05% from 255) = 27.35%
R=42.83%
G=29.82%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113312200.300.360.259.5735.0361.37
HexBF857A01E2419a233d
Octal2772051720364431124375
Binary10111111100001011111010011110100100110011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF857A; }

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

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

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

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

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

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

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

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