#B48574

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

Shades of Brandy Rose #B48574

Tints of Brandy Rose #B48574

Color information

#B48574 (or 0xB48574) is unknown color: approx Brandy Rose. HEX triplet: B4, 85 and 74. RGB value is (180,133,116). Sum of RGB (Red+Green+Blue) = 180+133+116=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B48574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48574 is #4B7A8B. Grayscale: #919191. Windows color (decimal): -4946572 or 7636404. OLE color: 7636404.

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

Color convert

RGB180133116-
CMYK00.260.360.29
HSL15.94º29.91%58.04%-
HSV(B)15.94º35.56%70.59%-
XYZ30.3627.7420.28-
YUV145.11111.57152.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 116 (45.70% from 255) = 27.04%
R=41.96%
G=31.00%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013311600.260.360.2915.9429.9158.04
HexB4857401A241D101e3a
Octal2642051640324435203672
Binary10110100100001011110100011010100100111011000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48574; }

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

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

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

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

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

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

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

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