#B48172

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

Shades of Brandy Rose #B48172

Tints of Brandy Rose #B48172

Color information

#B48172 (or 0xB48172) is unknown color: approx Brandy Rose. HEX triplet: B4, 81 and 72. RGB value is (180,129,114). Sum of RGB (Red+Green+Blue) = 180+129+114=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B48172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48172 is #4B7E8D. Grayscale: #8E8E8E. Windows color (decimal): -4947598 or 7504308. OLE color: 7504308.

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

Color convert

RGB180129114-
CMYK00.280.370.29
HSL13.64º30.56%57.65%-
HSV(B)13.64º36.67%70.59%-
XYZ29.7126.6219.49-
YUV142.54111.9154.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.55%
GREEN value IS 129 (50.78% from 255) = 30.50%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=42.55%
G=30.50%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012911400.280.370.2913.6430.5657.65
HexB4817201C251De1f3a
Octal2642011620344535163772
Binary1011010010000001111001001110010010111101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48172; }

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

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

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

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

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

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

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

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