#B87F7E

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

Shades of Brandy Rose #B87F7E

Tints of Brandy Rose #B87F7E

Color information

#B87F7E (or 0xB87F7E) is unknown color: approx Brandy Rose. HEX triplet: B8, 7F and 7E. RGB value is (184,127,126). Sum of RGB (Red+Green+Blue) = 184+127+126=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F7E is #478081. Grayscale: #8F8F8F. Windows color (decimal): -4685954 or 8290232. OLE color: 8290232.

HSL color Cylindrical-coordinate representation of color #B87F7E: hue angle of 1.03º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87F7E is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB184127126-
CMYK00.310.320.28
HSL1.03º29%60.78%-
HSV(B)1.03º31.52%72.16%-
XYZ31.1226.8823.29-
YUV143.93117.88156.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 127 (50% from 255) = 29.06%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=42.11%
G=29.06%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412712600.310.320.281.032960.78
HexB87F7E01F201C11d3d
Octal270177176037403413575
Binary101110001111111111111001111110000011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F7E; }

 p { color: rgb(184,127,126); }

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

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

 a { background-color: rgb(184,127,126); }

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

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

 span { border-color: rgb(184,127,126); }

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