#B48273

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

Shades of Brandy Rose #B48273

Tints of Brandy Rose #B48273

Color information

#B48273 (or 0xB48273) is unknown color: approx Brandy Rose. HEX triplet: B4, 82 and 73. RGB value is (180,130,115). Sum of RGB (Red+Green+Blue) = 180+130+115=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B48273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48273 is #4B7D8C. Grayscale: #8F8F8F. Windows color (decimal): -4947341 or 7570100. OLE color: 7570100.

HSL color Cylindrical-coordinate representation of color #B48273: hue angle of 13.85º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B48273 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB180130115-
CMYK00.280.360.29
HSL13.85º30.23%57.84%-
HSV(B)13.85º36.11%70.59%-
XYZ29.926.9119.84-
YUV143.24112.06154.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=42.35%
G=30.59%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013011500.280.360.2913.8530.2357.84
HexB4827301C241De1e3a
Octal2642021630344435163672
Binary1011010010000010111001101110010010011101111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48273; }

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

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

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

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

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

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

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

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