#B88473

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

Shades of Brandy Rose #B88473

Tints of Brandy Rose #B88473

Color information

#B88473 (or 0xB88473) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 73. RGB value is (184,132,115). Sum of RGB (Red+Green+Blue) = 184+132+115=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88473 is #477B8C. Grayscale: #919191. Windows color (decimal): -4684685 or 7570616. OLE color: 7570616.

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

Color convert

RGB184132115-
CMYK00.280.380.28
HSL14.78º32.7%58.63%-
HSV(B)14.78º37.5%72.16%-
XYZ31.1127.9319.97-
YUV145.61110.73155.38-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 132 (51.95% from 255) = 30.63%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=42.69%
G=30.63%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413211500.280.380.2814.7832.758.63
HexB8847301C261Cf213b
Octal2702041630344634174173
Binary10111000100001001110011011100100110111001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88473; }

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

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

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

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

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

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

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

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