#B48270

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

Shades of Brandy Rose #B48270

Tints of Brandy Rose #B48270

Color information

#B48270 (or 0xB48270) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 70. RGB value is (180,130,112). Sum of RGB (Red+Green+Blue) = 180+130+112=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B48270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48270 is #4B7D8F. Grayscale: #8F8F8F. Windows color (decimal): -4947344 or 7373492. OLE color: 7373492.

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

Color convert

RGB180130112-
CMYK00.280.380.29
HSL15.88º31.19%57.25%-
HSV(B)15.88º37.78%70.59%-
XYZ29.7326.8418.94-
YUV142.9110.56154.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.65%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=42.65%
G=30.81%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013011200.280.380.2915.8831.1957.25
HexB4827001C261D101f39
Octal2642021600344635203771
Binary10110100100000101110000011100100110111011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48270; }

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

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

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

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

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

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

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

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