#B88A73

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

Shades of Brandy Rose #B88A73

Tints of Brandy Rose #B88A73

Color information

#B88A73 (or 0xB88A73) is unknown color: approx Brandy Rose. HEX triplet: B8, 8A and 73. RGB value is (184,138,115). Sum of RGB (Red+Green+Blue) = 184+138+115=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88A73 is #47758C. Grayscale: #959595. Windows color (decimal): -4683149 or 7572152. OLE color: 7572152.

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

Color convert

RGB184138115-
CMYK00.250.380.28
HSL20º32.7%58.63%-
HSV(B)20º37.5%72.16%-
XYZ31.9529.6120.25-
YUV149.13108.74152.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=42.11%
G=31.58%
B=26.32%

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
Decimal18413811500.250.380.282032.758.63
HexB88A73019261C14213b
Octal2702121630314634244173
Binary101110001000101011100110110011001101110010100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88A73; }

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

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

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

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

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

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

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

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