#B88572

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

Shades of Brandy Rose #B88572

Tints of Brandy Rose #B88572

Color information

#B88572 (or 0xB88572) is unknown color: approx Brandy Rose. HEX triplet: B8, 85 and 72. RGB value is (184,133,114). Sum of RGB (Red+Green+Blue) = 184+133+114=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B88572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88572 is #477A8D. Grayscale: #929292. Windows color (decimal): -4684430 or 7505336. OLE color: 7505336.

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

Color convert

RGB184133114-
CMYK00.280.380.28
HSL16.29º33.02%58.43%-
HSV(B)16.29º38.04%72.16%-
XYZ31.1928.1819.71-
YUV146.08109.9155.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.69%
GREEN value IS 133 (52.34% from 255) = 30.86%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=42.69%
G=30.86%
B=26.45%

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
Decimal18413311400.280.380.2816.2933.0258.43
HexB8857201C261C10213a
Octal2702051620344634204172
Binary101110001000010111100100111001001101110010000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88572; }

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

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

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

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

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

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

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

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