#B88B73

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

Shades of Brandy Rose #B88B73

Tints of Brandy Rose #B88B73

Color information

#B88B73 (or 0xB88B73) is unknown color: approx Brandy Rose. HEX triplet: B8, 8B and 73. RGB value is (184,139,115). Sum of RGB (Red+Green+Blue) = 184+139+115=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 184 - color contains mainly: red. Hex color #B88B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88B73 is #47748C. Grayscale: #959595. Windows color (decimal): -4682893 or 7572408. OLE color: 7572408.

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

Color convert

RGB184139115-
CMYK00.240.380.28
HSL20.87º32.7%58.63%-
HSV(B)20.87º37.5%72.16%-
XYZ32.0929.8920.3-
YUV149.72108.41152.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.01%
GREEN value IS 139 (54.69% from 255) = 31.74%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=42.01%
G=31.74%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413911500.240.380.2820.8732.758.63
HexB88B73018261C15213b
Octal2702131630304634254173
Binary101110001000101111100110110001001101110010101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88B73; }

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

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

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

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

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

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

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

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