#BF886D

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

Shades of Brandy Rose #BF886D

Tints of Brandy Rose #BF886D

Color information

#BF886D (or 0xBF886D) is unknown color: approx Brandy Rose. HEX triplet: BF, 88 and 6D. RGB value is (191,136,109). Sum of RGB (Red+Green+Blue) = 191+136+109=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF886D is #407792. Grayscale: #959595. Windows color (decimal): -4224915 or 7178431. OLE color: 7178431.

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

Color convert

RGB191136109-
CMYK00.290.430.25
HSL19.76º39.05%58.82%-
HSV(B)19.76º42.93%74.9%-
XYZ33.0529.7918.48-
YUV149.37105.22157.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 109 (42.97% from 255) = 25%
R=43.81%
G=31.19%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113610900.290.430.2519.7639.0558.82
HexBF886D01D2B1914273b
Octal2772101550355331244773
Binary101111111000100011011010111011010111100110100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF886D; }

 p { color: rgb(191,136,109); }

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

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

 a { background-color: rgb(191,136,109); }

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

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

 span { border-color: rgb(191,136,109); }

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