#B48982

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

Shades of Brandy Rose #B48982

Tints of Brandy Rose #B48982

Color information

#B48982 (or 0xB48982) is unknown color: approx Brandy Rose. HEX triplet: B4, 89 and 82. RGB value is (180,137,130). Sum of RGB (Red+Green+Blue) = 180+137+130=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B48982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48982 is #4B767D. Grayscale: #959595. Windows color (decimal): -4945534 or 8554932. OLE color: 8554932.

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

Color convert

RGB180137130-
CMYK00.240.280.29
HSL8.4º25%60.78%-
HSV(B)8.4º27.78%70.59%-
XYZ31.829.2125.08-
YUV149.06117.25150.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.27%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=40.27%
G=30.65%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013713000.240.280.298.42560.78
HexB489820181C1D8193d
Octal2642112020303435103175
Binary1011010010001001100000100110001110011101100011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48982; }

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

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

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

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

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

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

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

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