#B87D6B

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

Shades of Brandy Rose #B87D6B

Tints of Brandy Rose #B87D6B

Color information

#B87D6B (or 0xB87D6B) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 6B. RGB value is (184,125,107). Sum of RGB (Red+Green+Blue) = 184+125+107=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D6B is #478294. Grayscale: #8C8C8C. Windows color (decimal): -4686485 or 7044536. OLE color: 7044536.

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

Color convert

RGB184125107-
CMYK00.320.420.28
HSL14.03º35.16%57.06%-
HSV(B)14.03º41.85%72.16%-
XYZ29.7525.9217.34-
YUV140.59109.05158.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 107 (42.19% from 255) = 25.72%
R=44.23%
G=30.05%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412510700.320.420.2814.0335.1657.06
HexB87D6B0202A1Ce2339
Octal2701751530405234164371
Binary10111000111110111010110100000101010111001110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D6B; }

 p { color: rgb(184,125,107); }

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

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

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

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

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

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

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