#B48876

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

Shades of Brandy Rose #B48876

Tints of Brandy Rose #B48876

Color information

#B48876 (or 0xB48876) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 76. RGB value is (180,136,118). Sum of RGB (Red+Green+Blue) = 180+136+118=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 180 - color contains mainly: red. Hex color #B48876 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48876 is #4B7789. Grayscale: #939393. Windows color (decimal): -4945802 or 7768244. OLE color: 7768244.

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

Color convert

RGB180136118-
CMYK00.240.340.29
HSL17.42º29.25%58.43%-
HSV(B)17.42º34.44%70.59%-
XYZ30.928.6221.04-
YUV147.1111.58151.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.47%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 118 (46.48% from 255) = 27.19%
R=41.47%
G=31.34%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013611800.240.340.2917.4229.2558.43
HexB48876018221D111d3a
Octal2642101660304235213572
Binary10110100100010001110110011000100010111011000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48876; }

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

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

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

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

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

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

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

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