#BF866F

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

Shades of Brandy Rose #BF866F

Tints of Brandy Rose #BF866F

Color information

#BF866F (or 0xBF866F) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 6F. RGB value is (191,134,111). Sum of RGB (Red+Green+Blue) = 191+134+111=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF866F is #407990. Grayscale: #949494. Windows color (decimal): -4225425 or 7308991. OLE color: 7308991.

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

Color convert

RGB191134111-
CMYK00.300.420.25
HSL17.25º38.46%59.22%-
HSV(B)17.25º41.88%74.9%-
XYZ32.8829.2718.96-
YUV148.42106.88158.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=43.81%
G=30.73%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113411100.300.420.2517.2538.4659.22
HexBF866F01E2A1911263b
Octal2772061570365231214673
Binary101111111000011011011110111101010101100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF866F; }

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

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

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

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

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

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

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

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