#B48681

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

Shades of Brandy Rose #B48681

Tints of Brandy Rose #B48681

Color information

#B48681 (or 0xB48681) is unknown color: approx Brandy Rose. HEX triplet: B4, 86 and 81. RGB value is (180,134,129). Sum of RGB (Red+Green+Blue) = 180+134+129=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B48681 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48681 is #4B797E. Grayscale: #939393. Windows color (decimal): -4946303 or 8488628. OLE color: 8488628.

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

Color convert

RGB180134129-
CMYK00.260.280.29
HSL5.88º25.37%60.59%-
HSV(B)5.88º28.33%70.59%-
XYZ31.3128.3424.59-
YUV147.18117.74151.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 134 (52.73% from 255) = 30.25%
BLUE value IS 129 (50.78% from 255) = 29.12%
R=40.63%
G=30.25%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013412900.260.280.295.8825.3760.59
HexB4868101A1C1D6193d
Octal264206201032343563175
Binary101101001000011010000001011010111001110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48681; }

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

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

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

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

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

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

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

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