#B28573

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

Shades of Brandy Rose #B28573

Tints of Brandy Rose #B28573

Color information

#B28573 (or 0xB28573) is unknown color: approx Brandy Rose. HEX triplet: B2, 85 and 73. RGB value is (178,133,115). Sum of RGB (Red+Green+Blue) = 178+133+115=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B28573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28573 is #4D7A8C. Grayscale: #909090. Windows color (decimal): -5077645 or 7570866. OLE color: 7570866.

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

Color convert

RGB178133115-
CMYK00.250.350.30
HSL17.14º29.03%57.45%-
HSV(B)17.14º35.39%69.8%-
XYZ29.8427.4819.95-
YUV144.4111.41151.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 115 (45.31% from 255) = 27.00%
R=41.78%
G=31.22%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813311500.250.350.3017.1429.0357.45
HexB28573019231E111d39
Octal2622051630314336213571
Binary10110010100001011110011011001100011111101000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28573; }

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

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

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

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

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

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

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

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