#BF877F

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

Shades of Brandy Rose #BF877F

Tints of Brandy Rose #BF877F

Color information

#BF877F (or 0xBF877F) is unknown color: approx Brandy Rose. HEX triplet: BF, 87 and 7F. RGB value is (191,135,127). Sum of RGB (Red+Green+Blue) = 191+135+127=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF877F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF877F is #407880. Grayscale: #969696. Windows color (decimal): -4225153 or 8357823. OLE color: 8357823.

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

Color convert

RGB191135127-
CMYK00.290.340.25
HSL7.5º33.33%62.35%-
HSV(B)7.5º33.51%74.9%-
XYZ33.9829.9424.07-
YUV150.83114.55156.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 135 (53.12% from 255) = 29.80%
BLUE value IS 127 (50% from 255) = 28.04%
R=42.16%
G=29.80%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113512700.290.340.257.533.3362.35
HexBF877F01D22198213e
Octal2772071770354231104176
Binary10111111100001111111111011101100010110011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF877F; }

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

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

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

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

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

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

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

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