#B28873

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

Shades of Brandy Rose #B28873

Tints of Brandy Rose #B28873

Color information

#B28873 (or 0xB28873) is unknown color: approx Brandy Rose. HEX triplet: B2, 88 and 73. RGB value is (178,136,115). Sum of RGB (Red+Green+Blue) = 178+136+115=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B28873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28873 is #4D778C. Grayscale: #929292. Windows color (decimal): -5076877 or 7571634. OLE color: 7571634.

HSL color Cylindrical-coordinate representation of color #B28873: hue angle of 20º 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 #B28873 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB178136115-
CMYK00.240.350.30
HSL20º29.03%57.45%-
HSV(B)20º35.39%69.8%-
XYZ30.2628.3120.09-
YUV146.16110.41150.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 136 (53.52% from 255) = 31.70%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=41.49%
G=31.70%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813611500.240.350.302029.0357.45
HexB28873018231E141d39
Octal2622101630304336243571
Binary10110010100010001110011011000100011111101010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28873; }

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

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

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

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

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

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

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

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