#B87973

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

Shades of Brandy Rose #B87973

Tints of Brandy Rose #B87973

Color information

#B87973 (or 0xB87973) is unknown color: approx Brandy Rose. HEX triplet: B8, 79 and 73. RGB value is (184,121,115). Sum of RGB (Red+Green+Blue) = 184+121+115=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B87973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87973 is #47868C. Grayscale: #8B8B8B. Windows color (decimal): -4687501 or 7567800. OLE color: 7567800.

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

Color convert

RGB184121115-
CMYK00.340.380.28
HSL5.22º32.7%58.63%-
HSV(B)5.22º37.5%72.16%-
XYZ29.725.119.5-
YUV139.15114.37159.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 121 (47.66% from 255) = 28.81%
BLUE value IS 115 (45.31% from 255) = 27.38%
R=43.81%
G=28.81%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412111500.340.380.285.2232.758.63
HexB87973022261C5213b
Octal270171163042463454173
Binary1011100011110011110011010001010011011100101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87973; }

 p { color: rgb(184,121,115); }

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

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

 a { background-color: rgb(184,121,115); }

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

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

 span { border-color: rgb(184,121,115); }

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