#B48872

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

Shades of Brandy Rose #B48872

Tints of Brandy Rose #B48872

Color information

#B48872 (or 0xB48872) is unknown color: approx Brandy Rose. HEX triplet: B4, 88 and 72. RGB value is (180,136,114). Sum of RGB (Red+Green+Blue) = 180+136+114=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B48872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48872 is #4B778D. Grayscale: #929292. Windows color (decimal): -4945806 or 7506100. OLE color: 7506100.

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

Color convert

RGB180136114-
CMYK00.240.370.29
HSL20º30.56%57.65%-
HSV(B)20º36.67%70.59%-
XYZ30.6628.5319.81-
YUV146.65109.58151.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 136 (53.52% from 255) = 31.63%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=41.86%
G=31.63%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013611400.240.370.292030.5657.65
HexB48872018251D141f3a
Octal2642101620304535243772
Binary10110100100010001110010011000100101111011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48872; }

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

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

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

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

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

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

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

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