#B48576

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

Shades of Brandy Rose #B48576

Tints of Brandy Rose #B48576

Color information

#B48576 (or 0xB48576) is unknown color: approx Brandy Rose. HEX triplet: B4, 85 and 76. RGB value is (180,133,118). Sum of RGB (Red+Green+Blue) = 180+133+118=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B48576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48576 is #4B7A89. Grayscale: #919191. Windows color (decimal): -4946570 or 7767476. OLE color: 7767476.

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

Color convert

RGB180133118-
CMYK00.260.340.29
HSL14.52º29.25%58.43%-
HSV(B)14.52º34.44%70.59%-
XYZ30.4827.7920.9-
YUV145.34112.57152.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=41.76%
G=30.86%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013311800.260.340.2914.5229.2558.43
HexB4857601A221Df1d3a
Octal2642051660324235173572
Binary1011010010000101111011001101010001011101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48576; }

 p { color: rgb(180,133,118); }

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

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

 a { background-color: rgb(180,133,118); }

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

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

 span { border-color: rgb(180,133,118); }

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