#B48977

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

Shades of Brandy Rose #B48977

Tints of Brandy Rose #B48977

Color information

#B48977 (or 0xB48977) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 77. RGB value is (180,137,119). Sum of RGB (Red+Green+Blue) = 180+137+119=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 180 - color contains mainly: red. Hex color #B48977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48977 is #4B7688. Grayscale: #939393. Windows color (decimal): -4945545 or 7834036. OLE color: 7834036.

HSL color Cylindrical-coordinate representation of color #B48977: hue angle of 17.7º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48977 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180137119-
CMYK00.240.340.29
HSL17.7º28.91%58.63%-
HSV(B)17.7º33.89%70.59%-
XYZ31.128.9321.4-
YUV147.8111.75150.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.28%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=41.28%
G=31.42%
B=27.29%

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
Decimal18013711900.240.340.2917.728.9158.63
HexB48977018221D121d3b
Octal2642111670304235223573
Binary10110100100010011110111011000100010111011001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48977; }

 p { color: rgb(180,137,119); }

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

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

 a { background-color: rgb(180,137,119); }

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

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

 span { border-color: rgb(180,137,119); }

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