#BF896F

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

Shades of Brandy Rose #BF896F

Tints of Brandy Rose #BF896F

Color information

#BF896F (or 0xBF896F) is unknown color: approx Brandy Rose. HEX triplet: BF, 89 and 6F. RGB value is (191,137,111). Sum of RGB (Red+Green+Blue) = 191+137+111=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF896F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF896F is #407690. Grayscale: #969696. Windows color (decimal): -4224657 or 7309759. OLE color: 7309759.

HSL color Cylindrical-coordinate representation of color #BF896F: hue angle of 19.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF896F is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB191137111-
CMYK00.280.420.25
HSL19.5º38.46%59.22%-
HSV(B)19.5º41.88%74.9%-
XYZ33.330.1219.1-
YUV150.18105.89157.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 137 (53.91% from 255) = 31.21%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=43.51%
G=31.21%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113711100.280.420.2519.538.4659.22
HexBF896F01C2A1914263b
Octal2772111570345231244673
Binary101111111000100111011110111001010101100110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF896F; }

 p { color: rgb(191,137,111); }

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

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

 a { background-color: rgb(191,137,111); }

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

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

 span { border-color: rgb(191,137,111); }

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