#B88672

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

Shades of Brandy Rose #B88672

Tints of Brandy Rose #B88672

Color information

#B88672 (or 0xB88672) is unknown color: approx Brandy Rose. HEX triplet: B8, 86 and 72. RGB value is (184,134,114). Sum of RGB (Red+Green+Blue) = 184+134+114=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 184 - color contains mainly: red. Hex color #B88672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88672 is #47798D. Grayscale: #929292. Windows color (decimal): -4684174 or 7505592. OLE color: 7505592.

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

Color convert

RGB184134114-
CMYK00.270.380.28
HSL17.14º33.02%58.43%-
HSV(B)17.14º38.04%72.16%-
XYZ31.3328.4619.76-
YUV146.67109.56154.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 114 (44.92% from 255) = 26.39%
R=42.59%
G=31.02%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413411400.270.380.2817.1433.0258.43
HexB8867201B261C11213a
Octal2702061620334634214172
Binary101110001000011011100100110111001101110010001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88672; }

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

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

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

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

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

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

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

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