#B87D69

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

Shades of Brandy Rose #B87D69

Tints of Brandy Rose #B87D69

Color information

#B87D69 (or 0xB87D69) is unknown color: approx Brandy Rose. HEX triplet: B8, 7D and 69. RGB value is (184,125,105). Sum of RGB (Red+Green+Blue) = 184+125+105=414 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.44% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87D69 is #478296. Grayscale: #8C8C8C. Windows color (decimal): -4686487 or 6913464. OLE color: 6913464.

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

Color convert

RGB184125105-
CMYK00.320.430.28
HSL15.19º35.75%56.67%-
HSV(B)15.19º42.93%72.16%-
XYZ29.6525.8816.8-
YUV140.36108.05159.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.44%
GREEN value IS 125 (49.22% from 255) = 30.19%
BLUE value IS 105 (41.41% from 255) = 25.36%
R=44.44%
G=30.19%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412510500.320.430.2815.1935.7556.67
HexB87D690202B1Cf2439
Octal2701751510405334174471
Binary10111000111110111010010100000101011111001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87D69; }

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

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

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

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

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

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

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

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