#B48272

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

Shades of Brandy Rose #B48272

Tints of Brandy Rose #B48272

Color information

#B48272 (or 0xB48272) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 72. RGB value is (180,130,114). Sum of RGB (Red+Green+Blue) = 180+130+114=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48272 is #4B7D8D. Grayscale: #8F8F8F. Windows color (decimal): -4947342 or 7504564. OLE color: 7504564.

HSL color Cylindrical-coordinate representation of color #B48272: hue angle of 14.55º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B48272 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB180130114-
CMYK00.280.370.29
HSL14.55º30.56%57.65%-
HSV(B)14.55º36.67%70.59%-
XYZ29.8426.8819.54-
YUV143.13111.56154.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=42.45%
G=30.66%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013011400.280.370.2914.5530.5657.65
HexB4827201C251Df1f3a
Octal2642021620344535173772
Binary1011010010000010111001001110010010111101111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48272; }

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

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

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

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

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

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

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

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