#B48271

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

Shades of Brandy Rose #B48271

Tints of Brandy Rose #B48271

Color information

#B48271 (or 0xB48271) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 71. RGB value is (180,130,113). Sum of RGB (Red+Green+Blue) = 180+130+113=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B48271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48271 is #4B7D8E. Grayscale: #8F8F8F. Windows color (decimal): -4947343 or 7439028. OLE color: 7439028.

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

Color convert

RGB180130113-
CMYK00.280.370.29
HSL15.22º30.88%57.45%-
HSV(B)15.22º37.22%70.59%-
XYZ29.7926.8619.24-
YUV143.01111.06154.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 130 (51.17% from 255) = 30.73%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=42.55%
G=30.73%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013011300.280.370.2915.2230.8857.45
HexB4827101C251Df1f39
Octal2642021610344535173771
Binary1011010010000010111000101110010010111101111111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48271; }

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

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

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

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

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

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

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

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