#B87B7B

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

Shades of Brandy Rose #B87B7B

Tints of Brandy Rose #B87B7B

Color information

#B87B7B (or 0xB87B7B) is unknown color: approx Brandy Rose. HEX triplet: B8, 7B and 7B. RGB value is (184,123,123). Sum of RGB (Red+Green+Blue) = 184+123+123=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B7B is #478484. Grayscale: #8D8D8D. Windows color (decimal): -4686981 or 8092600. OLE color: 8092600.

HSL color Cylindrical-coordinate representation of color #B87B7B: 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.33%. Process color model (Four color, CMYK) of #B87B7B is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB184123123-
CMYK00.330.330.28
HSL30.05%60.2%-
HSV(B)33.15%72.16%-
XYZ30.4325.7922.11-
YUV141.24117.71158.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 123 (48.44% from 255) = 28.60%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=42.79%
G=28.60%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412312300.330.330.28030.0560.2
HexB87B7B021211C01e3c
Octal270173173041413403674
Binary1011100011110111111011010000110000111100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B7B; }

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

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

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

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

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

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

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

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