#B28473

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

Shades of Brandy Rose #B28473

Tints of Brandy Rose #B28473

Color information

#B28473 (or 0xB28473) is unknown color: approx Brandy Rose. HEX triplet: B2, 84 and 73. RGB value is (178,132,115). Sum of RGB (Red+Green+Blue) = 178+132+115=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 178 - color contains mainly: red. Hex color #B28473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28473 is #4D7B8C. Grayscale: #8F8F8F. Windows color (decimal): -5077901 or 7570610. OLE color: 7570610.

HSL color Cylindrical-coordinate representation of color #B28473: hue angle of 16.19º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28473 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178132115-
CMYK00.260.350.30
HSL16.19º29.03%57.45%-
HSV(B)16.19º35.39%69.8%-
XYZ29.7127.2119.91-
YUV143.82111.74152.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.88%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=41.88%
G=31.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813211500.260.350.3016.1929.0357.45
HexB2847301A231E101d39
Octal2622041630324336203571
Binary10110010100001001110011011010100011111101000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28473; }

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

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

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

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

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

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

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

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