#B48F81

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

Shades of Brandy Rose #B48F81

Tints of Brandy Rose #B48F81

Color information

#B48F81 (or 0xB48F81) is unknown color: approx Brandy Rose. HEX triplet: B4, 8F and 81. RGB value is (180,143,129). Sum of RGB (Red+Green+Blue) = 180+143+129=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F81 is #4B707E. Grayscale: #989898. Windows color (decimal): -4943999 or 8490932. OLE color: 8490932.

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

Color convert

RGB180143129-
CMYK00.210.280.29
HSL16.47º25.37%60.59%-
HSV(B)16.47º28.33%70.59%-
XYZ32.6130.9325.02-
YUV152.47114.76147.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.82%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 129 (50.78% from 255) = 28.54%
R=39.82%
G=31.64%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18014312900.210.280.2916.4725.3760.59
HexB48F810151C1D10193d
Octal2642172010253435203175
Binary10110100100011111000000101010111100111011000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48F81; }

 p { color: rgb(180,143,129); }

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

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

 a { background-color: rgb(180,143,129); }

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

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

 span { border-color: rgb(180,143,129); }

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