#B87C7A

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

Shades of Brandy Rose #B87C7A

Tints of Brandy Rose #B87C7A

Color information

#B87C7A (or 0xB87C7A) is unknown color: approx Brandy Rose. HEX triplet: B8, 7C and 7A. RGB value is (184,124,122). Sum of RGB (Red+Green+Blue) = 184+124+122=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 124 (48.83% from 255 or 28.84% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C7A is #478385. Grayscale: #8D8D8D. Windows color (decimal): -4686726 or 8027320. OLE color: 8027320.

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

Color convert

RGB184124122-
CMYK00.330.340.28
HSL1.94º30.39%60%-
HSV(B)1.94º33.7%72.16%-
XYZ30.4926.0121.83-
YUV141.71116.88158.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 124 (48.83% from 255) = 28.84%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=42.79%
G=28.84%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412412200.330.340.281.9430.3960
HexB87C7A021221C21e3c
Octal270174172041423423674
Binary10111000111110011110100100001100010111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C7A; }

 p { color: rgb(184,124,122); }

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

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

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

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

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

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

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