#B48173

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

Shades of Brandy Rose #B48173

Tints of Brandy Rose #B48173

Color information

#B48173 (or 0xB48173) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 73. RGB value is (180,129,115). Sum of RGB (Red+Green+Blue) = 180+129+115=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B48173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48173 is #4B7E8C. Grayscale: #8E8E8E. Windows color (decimal): -4947597 or 7569844. OLE color: 7569844.

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

Color convert

RGB180129115-
CMYK00.280.360.29
HSL12.92º30.23%57.84%-
HSV(B)12.92º36.11%70.59%-
XYZ29.7726.6419.79-
YUV142.65112.4154.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.45%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=42.45%
G=30.42%
B=27.12%

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
Decimal18012911500.280.360.2912.9230.2357.84
HexB4817301C241Dd1e3a
Octal2642011630344435153672
Binary1011010010000001111001101110010010011101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48173; }

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

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

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

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

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

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

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

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