#BF867C

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

Shades of Brandy Rose #BF867C

Tints of Brandy Rose #BF867C

Color information

#BF867C (or 0xBF867C) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 7C. RGB value is (191,134,124). Sum of RGB (Red+Green+Blue) = 191+134+124=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 134 (52.73% from 255 or 29.84% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867C is #407983. Grayscale: #969696. Windows color (decimal): -4225412 or 8160959. OLE color: 8160959.

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

Color convert

RGB191134124-
CMYK00.300.350.25
HSL8.96º34.36%61.76%-
HSV(B)8.96º35.08%74.9%-
XYZ33.6529.5823.01-
YUV149.9113.38157.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 134 (52.73% from 255) = 29.84%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=42.54%
G=29.84%
B=27.62%

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
Decimal19113412400.300.350.258.9634.3661.76
HexBF867C01E23199223e
Octal2772061740364331114276
Binary10111111100001101111100011110100011110011001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF867C; }

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

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

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

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

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

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

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

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