#B87A7A

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

Shades of Brandy Rose #B87A7A

Tints of Brandy Rose #B87A7A

Color information

#B87A7A (or 0xB87A7A) is unknown color: approx Brandy Rose. HEX triplet: B8, 7A and 7A. RGB value is (184,122,122). Sum of RGB (Red+Green+Blue) = 184+122+122=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87A7A is #478585. Grayscale: #8C8C8C. Windows color (decimal): -4687238 or 8026808. OLE color: 8026808.

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

Color convert

RGB184122122-
CMYK00.340.340.28
HSL30.39%60%-
HSV(B)33.7%72.16%-
XYZ30.2425.5121.74-
YUV140.54117.54159-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 122 (48.05% from 255) = 28.50%
R=42.99%
G=28.50%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412212200.340.340.28030.3960
HexB87A7A022221C01e3c
Octal270172172042423403674
Binary1011100011110101111010010001010001011100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A7A; }

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

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

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

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

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

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

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

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