#BF867E

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

Shades of Brandy Rose #BF867E

Tints of Brandy Rose #BF867E

Color information

#BF867E (or 0xBF867E) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 7E. RGB value is (191,134,126). Sum of RGB (Red+Green+Blue) = 191+134+126=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF867E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF867E is #407981. Grayscale: #969696. Windows color (decimal): -4225410 or 8292031. OLE color: 8292031.

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

Color convert

RGB191134126-
CMYK00.300.340.25
HSL7.38º33.68%62.16%-
HSV(B)7.38º34.03%74.9%-
XYZ33.7829.6323.68-
YUV150.13114.38157.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=42.35%
G=29.71%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113412600.300.340.257.3833.6862.16
HexBF867E01E22197223e
Octal277206176036423174276
Binary1011111110000110111111001111010001011001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF867E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF867E; }

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

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

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

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

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

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

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

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