#B48979

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

Shades of Brandy Rose #B48979

Tints of Brandy Rose #B48979

Color information

#B48979 (or 0xB48979) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 79. RGB value is (180,137,121). Sum of RGB (Red+Green+Blue) = 180+137+121=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B48979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48979 is #4B7686. Grayscale: #949494. Windows color (decimal): -4945543 or 7965108. OLE color: 7965108.

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

Color convert

RGB180137121-
CMYK00.240.330.29
HSL16.27º28.23%59.02%-
HSV(B)16.27º32.78%70.59%-
XYZ31.2228.9822.04-
YUV148.03112.75150.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 121 (47.66% from 255) = 27.63%
R=41.10%
G=31.28%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013712100.240.330.2916.2728.2359.02
HexB48979018211D101c3b
Octal2642111710304135203473
Binary10110100100010011111001011000100001111011000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48979; }

 p { color: rgb(180,137,121); }

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

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

 a { background-color: rgb(180,137,121); }

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

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

 span { border-color: rgb(180,137,121); }

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