#B87C6A

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

Shades of Brandy Rose #B87C6A

Tints of Brandy Rose #B87C6A

Color information

#B87C6A (or 0xB87C6A) is unknown color: approx Brandy Rose. HEX triplet: B8, 7C and 6A. RGB value is (184,124,106). Sum of RGB (Red+Green+Blue) = 184+124+106=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87C6A is #478395. Grayscale: #8C8C8C. Windows color (decimal): -4686742 or 6978744. OLE color: 6978744.

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

Color convert

RGB184124106-
CMYK00.330.420.28
HSL13.85º35.45%56.86%-
HSV(B)13.85º42.39%72.16%-
XYZ29.5825.6517.03-
YUV139.89108.88159.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 124 (48.83% from 255) = 29.95%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=44.44%
G=29.95%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412410600.330.420.2813.8535.4556.86
HexB87C6A0212A1Ce2339
Octal2701741520415234164371
Binary10111000111110011010100100001101010111001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87C6A; }

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

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

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

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

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

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

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

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