#B28273

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

Shades of Brandy Rose #B28273

Tints of Brandy Rose #B28273

Color information

#B28273 (or 0xB28273) is unknown color: approx Brandy Rose. HEX triplet: B2, 82 and 73. RGB value is (178,130,115). Sum of RGB (Red+Green+Blue) = 178+130+115=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B28273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28273 is #4D7D8C. Grayscale: #8E8E8E. Windows color (decimal): -5078413 or 7570098. OLE color: 7570098.

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

Color convert

RGB178130115-
CMYK00.270.350.30
HSL14.29º29.03%57.45%-
HSV(B)14.29º35.39%69.8%-
XYZ29.4426.6719.82-
YUV142.64112.4153.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 115 (45.31% from 255) = 27.19%
R=42.08%
G=30.73%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813011500.270.350.3014.2929.0357.45
HexB2827301B231Ee1d39
Octal2622021630334336163571
Binary1011001010000010111001101101110001111110111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28273; }

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

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

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

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

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

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

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

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