#B88172

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

Shades of Brandy Rose #B88172

Tints of Brandy Rose #B88172

Color information

#B88172 (or 0xB88172) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 72. RGB value is (184,129,114). Sum of RGB (Red+Green+Blue) = 184+129+114=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B88172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88172 is #477E8D. Grayscale: #8F8F8F. Windows color (decimal): -4685454 or 7504312. OLE color: 7504312.

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

Color convert

RGB184129114-
CMYK00.300.380.28
HSL12.86º33.02%58.43%-
HSV(B)12.86º38.04%72.16%-
XYZ30.6527.1119.54-
YUV143.74111.22156.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=43.09%
G=30.21%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412911400.300.380.2812.8633.0258.43
HexB8817201E261Cd213a
Octal2702011620364634154172
Binary10111000100000011110010011110100110111001101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88172; }

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

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

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

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

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

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

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

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