#B48474

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

Shades of Brandy Rose #B48474

Tints of Brandy Rose #B48474

Color information

#B48474 (or 0xB48474) is unknown color: approx Brandy Rose. HEX triplet: B4, 84 and 74. RGB value is (180,132,116). Sum of RGB (Red+Green+Blue) = 180+132+116=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B48474 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48474 is #4B7B8B. Grayscale: #909090. Windows color (decimal): -4946828 or 7636148. OLE color: 7636148.

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

Color convert

RGB180132116-
CMYK00.270.360.29
HSL15º29.91%58.04%-
HSV(B)15º35.56%70.59%-
XYZ30.2327.4720.23-
YUV144.53111.9153.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 132 (51.95% from 255) = 30.84%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=42.06%
G=30.84%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013211600.270.360.291529.9158.04
HexB4847401B241Df1e3a
Octal2642041640334435173672
Binary1011010010000100111010001101110010011101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48474; }

 p { color: rgb(180,132,116); }

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

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

 a { background-color: rgb(180,132,116); }

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

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

 span { border-color: rgb(180,132,116); }

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