#B88173

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

Shades of Brandy Rose #B88173

Tints of Brandy Rose #B88173

Color information

#B88173 (or 0xB88173) is unknown color: approx Brandy Rose. HEX triplet: B8, 81 and 73. RGB value is (184,129,115). Sum of RGB (Red+Green+Blue) = 184+129+115=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 184 - color contains mainly: red. Hex color #B88173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88173 is #477E8C. Grayscale: #8F8F8F. Windows color (decimal): -4685453 or 7569848. OLE color: 7569848.

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

Color convert

RGB184129115-
CMYK00.300.380.28
HSL12.17º32.7%58.63%-
HSV(B)12.17º37.5%72.16%-
XYZ30.7127.1319.84-
YUV143.85111.72156.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.99%
GREEN value IS 129 (50.78% from 255) = 30.14%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=42.99%
G=30.14%
B=26.87%

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
Decimal18412911500.300.380.2812.1732.758.63
HexB8817301E261Cc213b
Octal2702011630364634144173
Binary10111000100000011110011011110100110111001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88173; }

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

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

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

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

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

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

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

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