#B48171

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

Shades of Brandy Rose #B48171

Tints of Brandy Rose #B48171

Color information

#B48171 (or 0xB48171) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 71. RGB value is (180,129,113). Sum of RGB (Red+Green+Blue) = 180+129+113=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B48171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48171 is #4B7E8E. Grayscale: #8E8E8E. Windows color (decimal): -4947599 or 7438772. OLE color: 7438772.

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

Color convert

RGB180129113-
CMYK00.280.370.29
HSL14.33º30.88%57.45%-
HSV(B)14.33º37.22%70.59%-
XYZ29.6526.619.19-
YUV142.43111.4154.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 113 (44.53% from 255) = 26.78%
R=42.65%
G=30.57%
B=26.78%

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
Decimal18012911300.280.370.2914.3330.8857.45
HexB4817101C251De1f39
Octal2642011610344535163771
Binary1011010010000001111000101110010010111101111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48171; }

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

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

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

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

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

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

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

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