#BF8872

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

Shades of Brandy Rose #BF8872

Tints of Brandy Rose #BF8872

Color information

#BF8872 (or 0xBF8872) is unknown color: approx Brandy Rose. HEX triplet: BF, 88 and 72. RGB value is (191,136,114). Sum of RGB (Red+Green+Blue) = 191+136+114=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8872 is #40778D. Grayscale: #969696. Windows color (decimal): -4224910 or 7506111. OLE color: 7506111.

HSL color Cylindrical-coordinate representation of color #BF8872: hue angle of 17.14º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF8872 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB191136114-
CMYK00.290.400.25
HSL17.14º37.56%59.8%-
HSV(B)17.14º40.31%74.9%-
XYZ33.3329.919.93-
YUV149.94107.72157.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=43.31%
G=30.84%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113611400.290.400.2517.1437.5659.8
HexBF887201D281911263c
Octal2772101620355031214674
Binary101111111000100011100100111011010001100110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8872; }

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

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

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

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

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

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

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

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