#BF877B

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

Shades of Brandy Rose #BF877B

Tints of Brandy Rose #BF877B

Color information

#BF877B (or 0xBF877B) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 7B. RGB value is (191,135,123). Sum of RGB (Red+Green+Blue) = 191+135+123=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 191 - color contains mainly: red. Hex color #BF877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF877B is #407884. Grayscale: #969696. Windows color (decimal): -4225157 or 8095679. OLE color: 8095679.

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

Color convert

RGB191135123-
CMYK00.290.360.25
HSL10.59º34.69%61.57%-
HSV(B)10.59º35.6%74.9%-
XYZ33.7229.8322.72-
YUV150.38112.55156.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 123 (48.44% from 255) = 27.39%
R=42.54%
G=30.07%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113512300.290.360.2510.5934.6961.57
HexBF877B01D2419b233e
Octal2772071730354431134376
Binary10111111100001111111011011101100100110011011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF877B; }

 p { color: rgb(191,135,123); }

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

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

 a { background-color: rgb(191,135,123); }

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

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

 span { border-color: rgb(191,135,123); }

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