#B87B6F

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

Shades of Brandy Rose #B87B6F

Tints of Brandy Rose #B87B6F

Color information

#B87B6F (or 0xB87B6F) is unknown color: approx Brandy Rose. HEX triplet: B8, 7B and 6F. RGB value is (184,123,111). Sum of RGB (Red+Green+Blue) = 184+123+111=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 123 (48.44% from 255 or 29.43% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87B6F is #478490. Grayscale: #8B8B8B. Windows color (decimal): -4686993 or 7306168. OLE color: 7306168.

HSL color Cylindrical-coordinate representation of color #B87B6F: hue angle of 9.86º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B87B6F is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB184123111-
CMYK00.330.400.28
HSL9.86º33.95%57.84%-
HSV(B)9.86º39.67%72.16%-
XYZ29.7225.518.4-
YUV139.87111.71159.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 123 (48.44% from 255) = 29.43%
BLUE value IS 111 (43.75% from 255) = 26.56%
R=44.02%
G=29.43%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412311100.330.400.289.8633.9557.84
HexB87B6F021281Ca223a
Octal2701731570415034124272
Binary10111000111101111011110100001101000111001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87B6F; }

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

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

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

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

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

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

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

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