#B87971

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

Shades of Brandy Rose #B87971

Tints of Brandy Rose #B87971

Color information

#B87971 (or 0xB87971) is unknown color: approx Brandy Rose. HEX triplet: B8, 79 and 71. RGB value is (184,121,113). Sum of RGB (Red+Green+Blue) = 184+121+113=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 121 (47.66% from 255 or 28.95% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87971 is #47868E. Grayscale: #8B8B8B. Windows color (decimal): -4687503 or 7436728. OLE color: 7436728.

HSL color Cylindrical-coordinate representation of color #B87971: hue angle of 6.76º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87971 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB184121113-
CMYK00.340.390.28
HSL6.76º33.33%58.24%-
HSV(B)6.76º38.59%72.16%-
XYZ29.5925.0618.9-
YUV138.93113.37160.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 121 (47.66% from 255) = 28.95%
BLUE value IS 113 (44.53% from 255) = 27.03%
R=44.02%
G=28.95%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412111300.340.390.286.7633.3358.24
HexB87971022271C7213a
Octal270171161042473474172
Binary1011100011110011110001010001010011111100111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87971; }

 p { color: rgb(184,121,113); }

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

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

 a { background-color: rgb(184,121,113); }

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

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

 span { border-color: rgb(184,121,113); }

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