#B48B7D

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

Shades of Brandy Rose #B48B7D

Tints of Brandy Rose #B48B7D

Color information

#B48B7D (or 0xB48B7D) is unknown color: approx Brandy Rose. HEX triplet: B4, 8B and 7D. RGB value is (180,139,125). Sum of RGB (Red+Green+Blue) = 180+139+125=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48B7D is #4B7482. Grayscale: #959595. Windows color (decimal): -4945027 or 8227764. OLE color: 8227764.

HSL color Cylindrical-coordinate representation of color #B48B7D: hue angle of 15.27º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B48B7D is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB180139125-
CMYK00.230.310.29
HSL15.27º26.83%59.8%-
HSV(B)15.27º30.56%70.59%-
XYZ31.7629.6523.45-
YUV149.66114.08149.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 139 (54.69% from 255) = 31.31%
BLUE value IS 125 (49.22% from 255) = 28.15%
R=40.54%
G=31.31%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013912500.230.310.2915.2726.8359.8
HexB48B7D0171F1Df1b3c
Octal2642131750273735173374
Binary101101001000101111111010101111111111101111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48B7D; }

 p { color: rgb(180,139,125); }

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

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

 a { background-color: rgb(180,139,125); }

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

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

 span { border-color: rgb(180,139,125); }

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