#BF8878

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

Shades of Brandy Rose #BF8878

Tints of Brandy Rose #BF8878

Color information

#BF8878 (or 0xBF8878) is unknown color: approx Brandy Rose. HEX triplet: BF, 88 and 78. RGB value is (191,136,120). Sum of RGB (Red+Green+Blue) = 191+136+120=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8878 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8878 is #407787. Grayscale: #969696. Windows color (decimal): -4224904 or 7899327. OLE color: 7899327.

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

Color convert

RGB191136120-
CMYK00.290.370.25
HSL13.52º35.68%60.98%-
HSV(B)13.52º37.17%74.9%-
XYZ33.6830.0421.79-
YUV150.62110.72156.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.73%
GREEN value IS 136 (53.52% from 255) = 30.43%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=42.73%
G=30.43%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113612000.290.370.2513.5235.6860.98
HexBF887801D2519e243d
Octal2772101700354531164475
Binary10111111100010001111000011101100101110011110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8878; }

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

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

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

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

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

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

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

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