#B48870

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

Shades of Brandy Rose #B48870

Tints of Brandy Rose #B48870

Color information

#B48870 (or 0xB48870) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 70. RGB value is (180,136,112). Sum of RGB (Red+Green+Blue) = 180+136+112=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B48870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48870 is #4B778F. Grayscale: #929292. Windows color (decimal): -4945808 or 7375028. OLE color: 7375028.

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

Color convert

RGB180136112-
CMYK00.240.380.29
HSL21.18º31.19%57.25%-
HSV(B)21.18º37.78%70.59%-
XYZ30.5528.4819.22-
YUV146.42108.58151.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.06%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=42.06%
G=31.78%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013611200.240.380.2921.1831.1957.25
HexB48870018261D151f39
Octal2642101600304635253771
Binary10110100100010001110000011000100110111011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48870; }

 p { color: rgb(180,136,112); }

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

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

 a { background-color: rgb(180,136,112); }

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

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

 span { border-color: rgb(180,136,112); }

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