#BF866E

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

Shades of Brandy Rose #BF866E

Tints of Brandy Rose #BF866E

Color information

#BF866E (or 0xBF866E) is unknown color: approx Brandy Rose. HEX triplet: BF, 86 and 6E. RGB value is (191,134,110). Sum of RGB (Red+Green+Blue) = 191+134+110=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF866E is #407991. Grayscale: #949494. Windows color (decimal): -4225426 or 7243455. OLE color: 7243455.

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

Color convert

RGB191134110-
CMYK00.300.420.25
HSL17.78º38.76%59.02%-
HSV(B)17.78º42.41%74.9%-
XYZ32.8329.2518.67-
YUV148.31106.38158.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 134 (52.73% from 255) = 30.80%
BLUE value IS 110 (43.36% from 255) = 25.29%
R=43.91%
G=30.80%
B=25.29%

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
Decimal19113411000.300.420.2517.7838.7659.02
HexBF866E01E2A1912273b
Octal2772061560365231224773
Binary101111111000011011011100111101010101100110010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF866E; }

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

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

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

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

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

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

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

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