#B48180

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

Shades of Brandy Rose #B48180

Tints of Brandy Rose #B48180

Color information

#B48180 (or 0xB48180) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 80. RGB value is (180,129,128). Sum of RGB (Red+Green+Blue) = 180+129+128=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B48180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48180 is #4B7E7F. Grayscale: #909090. Windows color (decimal): -4947584 or 8421812. OLE color: 8421812.

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

Color convert

RGB180129128-
CMYK00.280.290.29
HSL1.15º25.74%60.39%-
HSV(B)1.15º28.89%70.59%-
XYZ30.5726.9624.02-
YUV144.14118.9153.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 129 (50.78% from 255) = 29.52%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=41.19%
G=29.52%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012912800.280.290.291.1525.7460.39
HexB4818001C1D1D11a3c
Octal264201200034353513274
Binary1011010010000001100000000111001110111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48180; }

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

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

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

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

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

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

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

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