#B48676

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

Shades of Brandy Rose #B48676

Tints of Brandy Rose #B48676

Color information

#B48676 (or 0xB48676) is unknown color: approx Brandy Rose. HEX triplet: B4, 86 and 76. RGB value is (180,134,118). Sum of RGB (Red+Green+Blue) = 180+134+118=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 180 - color contains mainly: red. Hex color #B48676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48676 is #4B7989. Grayscale: #929292. Windows color (decimal): -4946314 or 7767732. OLE color: 7767732.

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

Color convert

RGB180134118-
CMYK00.260.340.29
HSL15.48º29.25%58.43%-
HSV(B)15.48º34.44%70.59%-
XYZ30.6228.0620.94-
YUV145.93112.24152.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.67%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 118 (46.48% from 255) = 27.31%
R=41.67%
G=31.02%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013411800.260.340.2915.4829.2558.43
HexB4867601A221Df1d3a
Octal2642061660324235173572
Binary1011010010000110111011001101010001011101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48676; }

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

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

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

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

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

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

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

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