#B88973

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

Shades of Brandy Rose #B88973

Tints of Brandy Rose #B88973

Color information

#B88973 (or 0xB88973) is unknown color: approx Brandy Rose. HEX triplet: B8, 89 and 73. RGB value is (184,137,115). Sum of RGB (Red+Green+Blue) = 184+137+115=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88973 is #47768C. Grayscale: #949494. Windows color (decimal): -4683405 or 7571896. OLE color: 7571896.

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

Color convert

RGB184137115-
CMYK00.260.380.28
HSL19.13º32.7%58.63%-
HSV(B)19.13º37.5%72.16%-
XYZ31.8129.3220.2-
YUV148.55109.07153.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 115 (45.31% from 255) = 26.38%
R=42.20%
G=31.42%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413711500.260.380.2819.1332.758.63
HexB8897301A261C13213b
Octal2702111630324634234173
Binary101110001000100111100110110101001101110010011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88973; }

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

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

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

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

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

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

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

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