#B08573

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

Shades of Brandy Rose #B08573

Tints of Brandy Rose #B08573

Color information

#B08573 (or 0xB08573) is unknown color: approx Brandy Rose. HEX triplet: B0, 85 and 73. RGB value is (176,133,115). Sum of RGB (Red+Green+Blue) = 176+133+115=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B08573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08573 is #4F7A8C. Grayscale: #8F8F8F. Windows color (decimal): -5208717 or 7570864. OLE color: 7570864.

HSL color Cylindrical-coordinate representation of color #B08573: hue angle of 17.7º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B08573 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB176133115-
CMYK00.240.350.31
HSL17.7º27.85%57.06%-
HSV(B)17.7º34.66%69.02%-
XYZ29.3927.2419.93-
YUV143.8111.75150.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.51%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 115 (45.31% from 255) = 27.12%
R=41.51%
G=31.37%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613311500.240.350.3117.727.8557.06
HexB08573018231F121c39
Octal2602051630304337223471
Binary10110000100001011110011011000100011111111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08573; }

 p { color: rgb(176,133,115); }

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

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

 a { background-color: rgb(176,133,115); }

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

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

 span { border-color: rgb(176,133,115); }

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