#B48371

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

Shades of Brandy Rose #B48371

Tints of Brandy Rose #B48371

Color information

#B48371 (or 0xB48371) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 71. RGB value is (180,131,113). Sum of RGB (Red+Green+Blue) = 180+131+113=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48371 is #4B7C8E. Grayscale: #8F8F8F. Windows color (decimal): -4947087 or 7439284. OLE color: 7439284.

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

Color convert

RGB180131113-
CMYK00.270.370.29
HSL16.12º30.88%57.45%-
HSV(B)16.12º37.22%70.59%-
XYZ29.9227.1319.28-
YUV143.6110.73153.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 131 (51.56% from 255) = 30.90%
BLUE value IS 113 (44.53% from 255) = 26.65%
R=42.45%
G=30.90%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013111300.270.370.2916.1230.8857.45
HexB4837101B251D101f39
Octal2642031610334535203771
Binary10110100100000111110001011011100101111011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48371; }

 p { color: rgb(180,131,113); }

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

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

 a { background-color: rgb(180,131,113); }

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

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

 span { border-color: rgb(180,131,113); }

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