#B87C7B

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

Shades of Brandy Rose #B87C7B

Tints of Brandy Rose #B87C7B

Color information

#B87C7B (or 0xB87C7B) is unknown color: approx Brandy Rose. HEX triplet: B8, 7C and 7B. RGB value is (184,124,123). Sum of RGB (Red+Green+Blue) = 184+124+123=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C7B is #478384. Grayscale: #8D8D8D. Windows color (decimal): -4686725 or 8092856. OLE color: 8092856.

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

Color convert

RGB184124123-
CMYK00.330.330.28
HSL0.98º30.05%60.2%-
HSV(B)0.98º33.15%72.16%-
XYZ30.5526.0422.15-
YUV141.83117.38158.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 124 (48.83% from 255) = 28.77%
BLUE value IS 123 (48.44% from 255) = 28.54%
R=42.69%
G=28.77%
B=28.54%

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
Decimal18412412300.330.330.280.9830.0560.2
HexB87C7B021211C11e3c
Octal270174173041413413674
Binary1011100011111001111011010000110000111100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C7B; }

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

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

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

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

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

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

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

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