#B88472

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

Shades of Brandy Rose #B88472

Tints of Brandy Rose #B88472

Color information

#B88472 (or 0xB88472) is unknown color: approx Brandy Rose. HEX triplet: B8, 84 and 72. RGB value is (184,132,114). Sum of RGB (Red+Green+Blue) = 184+132+114=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B88472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88472 is #477B8D. Grayscale: #919191. Windows color (decimal): -4684686 or 7505080. OLE color: 7505080.

HSL color Cylindrical-coordinate representation of color #B88472: hue angle of 15.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B88472 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB184132114-
CMYK00.280.380.28
HSL15.43º33.02%58.43%-
HSV(B)15.43º38.04%72.16%-
XYZ31.0627.9119.67-
YUV145.5110.23155.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 132 (51.95% from 255) = 30.70%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=42.79%
G=30.70%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413211400.280.380.2815.4333.0258.43
HexB8847201C261Cf213a
Octal2702041620344634174172
Binary10111000100001001110010011100100110111001111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88472; }

 p { color: rgb(184,132,114); }

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

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

 a { background-color: rgb(184,132,114); }

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

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

 span { border-color: rgb(184,132,114); }

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