#B87F7D

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

Shades of Brandy Rose #B87F7D

Tints of Brandy Rose #B87F7D

Color information

#B87F7D (or 0xB87F7D) is unknown color: approx Brandy Rose. HEX triplet: B8, 7F and 7D. RGB value is (184,127,125). Sum of RGB (Red+Green+Blue) = 184+127+125=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87F7D is #478082. Grayscale: #8F8F8F. Windows color (decimal): -4685955 or 8224696. OLE color: 8224696.

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

Color convert

RGB184127125-
CMYK00.310.320.28
HSL2.03º29.35%60.59%-
HSV(B)2.03º32.07%72.16%-
XYZ31.0626.8522.95-
YUV143.82117.38156.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=42.20%
G=29.13%
B=28.67%

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
Decimal18412712500.310.320.282.0329.3560.59
HexB87F7D01F201C21d3d
Octal270177175037403423575
Binary1011100011111111111101011111100000111001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87F7D; }

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

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

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

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

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

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

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

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