#B28272

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

Shades of Brandy Rose #B28272

Tints of Brandy Rose #B28272

Color information

#B28272 (or 0xB28272) is unknown color: approx Brandy Rose. HEX triplet: B2, 82 and 72. RGB value is (178,130,114). Sum of RGB (Red+Green+Blue) = 178+130+114=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B28272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28272 is #4D7D8D. Grayscale: #8E8E8E. Windows color (decimal): -5078414 or 7504562. OLE color: 7504562.

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

Color convert

RGB178130114-
CMYK00.270.360.30
HSL15º29.36%57.25%-
HSV(B)15º35.96%69.8%-
XYZ29.3826.6519.51-
YUV142.53111.9153.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=42.18%
G=30.81%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813011400.270.360.301529.3657.25
HexB2827201B241Ef1d39
Octal2622021620334436173571
Binary1011001010000010111001001101110010011110111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28272; }

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

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

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

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

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

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

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

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