#B48079

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

Shades of Brandy Rose #B48079

Tints of Brandy Rose #B48079

Color information

#B48079 (or 0xB48079) is unknown color: approx Brandy Rose. HEX triplet: B4, 80 and 79. RGB value is (180,128,121). Sum of RGB (Red+Green+Blue) = 180+128+121=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 121 (47.66% from 255 or 28.21% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48079 is #4B7F86. Grayscale: #8E8E8E. Windows color (decimal): -4947847 or 7962804. OLE color: 7962804.

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

Color convert

RGB180128121-
CMYK00.290.330.29
HSL7.12º28.23%59.02%-
HSV(B)7.12º32.78%70.59%-
XYZ29.9926.5221.63-
YUV142.75115.73154.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 121 (47.66% from 255) = 28.21%
R=41.96%
G=29.84%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012812100.290.330.297.1228.2359.02
HexB4807901D211D71c3b
Octal264200171035413573473
Binary101101001000000011110010111011000011110111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48079; }

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

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

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

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

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

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

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

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