#B48372

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

Shades of Brandy Rose #B48372

Tints of Brandy Rose #B48372

Color information

#B48372 (or 0xB48372) is unknown color: approx Brandy Rose. HEX triplet: B4, 83 and 72. RGB value is (180,131,114). Sum of RGB (Red+Green+Blue) = 180+131+114=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 180 - color contains mainly: red. Hex color #B48372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48372 is #4B7C8D. Grayscale: #8F8F8F. Windows color (decimal): -4947086 or 7504820. OLE color: 7504820.

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

Color convert

RGB180131114-
CMYK00.270.370.29
HSL15.45º30.56%57.65%-
HSV(B)15.45º36.67%70.59%-
XYZ29.9827.1519.58-
YUV143.71111.23153.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.35%
GREEN value IS 131 (51.56% from 255) = 30.82%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=42.35%
G=30.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013111400.270.370.2915.4530.5657.65
HexB4837201B251Df1f3a
Octal2642031620334535173772
Binary1011010010000011111001001101110010111101111111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48372; }

 p { color: rgb(180,131,114); }

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

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

 a { background-color: rgb(180,131,114); }

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

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

 span { border-color: rgb(180,131,114); }

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