#B87B78

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

Shades of Brandy Rose #B87B78

Tints of Brandy Rose #B87B78

Color information

#B87B78 (or 0xB87B78) is unknown color: approx Brandy Rose. HEX triplet: B8, 7B and 78. RGB value is (184,123,120). Sum of RGB (Red+Green+Blue) = 184+123+120=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B78 is #478487. Grayscale: #8C8C8C. Windows color (decimal): -4686984 or 7895992. OLE color: 7895992.

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

Color convert

RGB184123120-
CMYK00.330.350.28
HSL2.81º31.07%59.61%-
HSV(B)2.81º34.78%72.16%-
XYZ30.2425.7121.14-
YUV140.9116.21158.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 123 (48.44% from 255) = 28.81%
BLUE value IS 120 (47.27% from 255) = 28.10%
R=43.09%
G=28.81%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412312000.330.350.282.8131.0759.61
HexB87B78021231C31f3c
Octal270173170041433433774
Binary10111000111101111110000100001100011111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B78; }

 p { color: rgb(184,123,120); }

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

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

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

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

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

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

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