#BF867B

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

Shades of Brandy Rose #BF867B

Tints of Brandy Rose #BF867B

Color information

#BF867B (or 0xBF867B) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 7B. RGB value is (191,134,123). Sum of RGB (Red+Green+Blue) = 191+134+123=448 (59% of max value = 765). Red value is 191 (75% from 255 or 42.63% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867B is #407984. Grayscale: #959595. Windows color (decimal): -4225413 or 8095423. OLE color: 8095423.

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

Color convert

RGB191134123-
CMYK00.300.360.25
HSL9.71º34.69%61.57%-
HSV(B)9.71º35.6%74.9%-
XYZ33.5929.5622.67-
YUV149.79112.88157.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.63%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=42.63%
G=29.91%
B=27.46%

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
Decimal19113412300.300.360.259.7134.6961.57
HexBF867B01E2419a233e
Octal2772061730364431124376
Binary10111111100001101111011011110100100110011010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF867B; }

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

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

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

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

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

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

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

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