#B48475

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

Shades of Brandy Rose #B48475

Tints of Brandy Rose #B48475

Color information

#B48475 (or 0xB48475) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 75. RGB value is (180,132,117). Sum of RGB (Red+Green+Blue) = 180+132+117=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 117 (46.09% from 255 or 27.27% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48475 is #4B7B8A. Grayscale: #909090. Windows color (decimal): -4946827 or 7701684. OLE color: 7701684.

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

Color convert

RGB180132117-
CMYK00.270.350.29
HSL14.29º29.58%58.24%-
HSV(B)14.29º35%70.59%-
XYZ30.2827.4920.54-
YUV144.64112.4153.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 117 (46.09% from 255) = 27.27%
R=41.96%
G=30.77%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013211700.270.350.2914.2929.5858.24
HexB4847501B231De1e3a
Octal2642041650334335163672
Binary1011010010000100111010101101110001111101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48475; }

 p { color: rgb(180,132,117); }

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

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

 a { background-color: rgb(180,132,117); }

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

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

 span { border-color: rgb(180,132,117); }

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