#B48476

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

Shades of Brandy Rose #B48476

Tints of Brandy Rose #B48476

Color information

#B48476 (or 0xB48476) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 76. RGB value is (180,132,118). Sum of RGB (Red+Green+Blue) = 180+132+118=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48476 is #4B7B89. Grayscale: #909090. Windows color (decimal): -4946826 or 7767220. OLE color: 7767220.

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

Color convert

RGB180132118-
CMYK00.270.340.29
HSL13.55º29.25%58.43%-
HSV(B)13.55º34.44%70.59%-
XYZ30.3427.5120.85-
YUV144.76112.9153.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=41.86%
G=30.70%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013211800.270.340.2913.5529.2558.43
HexB4847601B221De1d3a
Octal2642041660334235163572
Binary1011010010000100111011001101110001011101111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48476; }

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

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

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

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

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

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

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

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