#B87D7D

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

Shades of Brandy Rose #B87D7D

Tints of Brandy Rose #B87D7D

Color information

#B87D7D (or 0xB87D7D) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 7D. RGB value is (184,125,125). Sum of RGB (Red+Green+Blue) = 184+125+125=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D7D is #478282. Grayscale: #8E8E8E. Windows color (decimal): -4686467 or 8224184. OLE color: 8224184.

HSL color Cylindrical-coordinate representation of color #B87D7D: hue angle of 0º 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 #B87D7D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB184125125-
CMYK00.320.320.28
HSL29.35%60.59%-
HSV(B)32.07%72.16%-
XYZ30.826.3422.86-
YUV142.64118.05157.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=42.40%
G=28.80%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412512500.320.320.28029.3560.59
HexB87D7D020201C01d3d
Octal270175175040403403575
Binary1011100011111011111101010000010000011100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D7D; }

 p { color: rgb(184,125,125); }

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

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

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

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

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

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

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