#B48179

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

Shades of Brandy Rose #B48179

Tints of Brandy Rose #B48179

Color information

#B48179 (or 0xB48179) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 79. RGB value is (180,129,121). Sum of RGB (Red+Green+Blue) = 180+129+121=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48179 is #4B7E86. Grayscale: #8F8F8F. Windows color (decimal): -4947591 or 7963060. OLE color: 7963060.

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

Color convert

RGB180129121-
CMYK00.280.330.29
HSL8.14º28.23%59.02%-
HSV(B)8.14º32.78%70.59%-
XYZ30.1226.7821.67-
YUV143.34115.4154.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=41.86%
G=30%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012912100.280.330.298.1428.2359.02
HexB4817901C211D81c3b
Octal2642011710344135103473
Binary1011010010000001111100101110010000111101100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48179; }

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

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

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

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

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

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

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

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