#B88A72

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

Shades of Brandy Rose #B88A72

Tints of Brandy Rose #B88A72

Color information

#B88A72 (or 0xB88A72) is unknown color: approx Brandy Rose. HEX triplet: B8, 8A and 72. RGB value is (184,138,114). Sum of RGB (Red+Green+Blue) = 184+138+114=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A72 is #47758D. Grayscale: #959595. Windows color (decimal): -4683150 or 7506616. OLE color: 7506616.

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

Color convert

RGB184138114-
CMYK00.250.380.28
HSL20.57º33.02%58.43%-
HSV(B)20.57º38.04%72.16%-
XYZ31.8929.5819.95-
YUV149.02108.24152.95-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 114 (44.92% from 255) = 26.15%
R=42.20%
G=31.65%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413811400.250.380.2820.5733.0258.43
HexB88A72019261C15213a
Octal2702121620314634254172
Binary101110001000101011100100110011001101110010101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A72; }

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

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

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

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

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

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

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

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