#BF856F

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

Shades of Brandy Rose #BF856F

Tints of Brandy Rose #BF856F

Color information

#BF856F (or 0xBF856F) is unknown color: approx Brandy Rose. HEX triplet: BF, 85 and 6F. RGB value is (191,133,111). Sum of RGB (Red+Green+Blue) = 191+133+111=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BF856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF856F is #407A90. Grayscale: #939393. Windows color (decimal): -4225681 or 7308735. OLE color: 7308735.

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

Color convert

RGB191133111-
CMYK00.300.420.25
HSL16.5º38.46%59.22%-
HSV(B)16.5º41.88%74.9%-
XYZ32.742918.91-
YUV147.83107.22158.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.91%
GREEN value IS 133 (52.34% from 255) = 30.57%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=43.91%
G=30.57%
B=25.52%

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
Decimal19113311100.300.420.2516.538.4659.22
HexBF856F01E2A1911263b
Octal2772051570365231214673
Binary101111111000010111011110111101010101100110001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF856F; }

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

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

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

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

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

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

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

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