#B48C82

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

Shades of Brandy Rose #B48C82

Tints of Brandy Rose #B48C82

Color information

#B48C82 (or 0xB48C82) is unknown color: approx Brandy Rose. HEX triplet: B4, 8C and 82. RGB value is (180,140,130). Sum of RGB (Red+Green+Blue) = 180+140+130=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C82 is #4B737D. Grayscale: #969696. Windows color (decimal): -4944766 or 8555700. OLE color: 8555700.

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

Color convert

RGB180140130-
CMYK00.220.280.29
HSL12º25%60.78%-
HSV(B)12º27.78%70.59%-
XYZ32.2330.0725.22-
YUV150.82116.25148.81-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40%
GREEN value IS 140 (55.08% from 255) = 31.11%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=40%
G=31.11%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014013000.220.280.29122560.78
HexB48C820161C1Dc193d
Octal2642142020263435143175
Binary1011010010001100100000100101101110011101110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48C82; }

 p { color: rgb(180,140,130); }

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

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

 a { background-color: rgb(180,140,130); }

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

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

 span { border-color: rgb(180,140,130); }

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