#B48A82

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

Shades of Brandy Rose #B48A82

Tints of Brandy Rose #B48A82

Color information

#B48A82 (or 0xB48A82) is unknown color: approx Brandy Rose. HEX triplet: B4, 8A and 82. RGB value is (180,138,130). Sum of RGB (Red+Green+Blue) = 180+138+130=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48A82 is #4B757D. Grayscale: #959595. Windows color (decimal): -4945278 or 8555188. OLE color: 8555188.

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

Color convert

RGB180138130-
CMYK00.230.280.29
HSL9.6º25%60.78%-
HSV(B)9.6º27.78%70.59%-
XYZ31.9429.4925.13-
YUV149.65116.91149.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.18%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=40.18%
G=30.80%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013813000.230.280.299.62560.78
HexB48A820171C1Da193d
Octal2642122020273435123175
Binary1011010010001010100000100101111110011101101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48A82; }

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

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

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

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

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

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

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

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