#B0846F

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

Shades of Brandy Rose #B0846F

Tints of Brandy Rose #B0846F

Color information

#B0846F (or 0xB0846F) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 6F. RGB value is (176,132,111). Sum of RGB (Red+Green+Blue) = 176+132+111=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0846F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0846F is #4F7B90. Grayscale: #8E8E8E. Windows color (decimal): -5208977 or 7308464. OLE color: 7308464.

HSL color Cylindrical-coordinate representation of color #B0846F: hue angle of 19.38º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0846F is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB176132111-
CMYK00.250.370.31
HSL19.38º29.15%56.27%-
HSV(B)19.38º36.93%69.02%-
XYZ29.0326.8818.7-
YUV142.76110.08151.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 111 (43.75% from 255) = 26.49%
R=42.00%
G=31.50%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613211100.250.370.3119.3829.1556.27
HexB0846F019251F131d38
Octal2602041570314537233570
Binary10110000100001001101111011001100101111111001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0846F; }

 p { color: rgb(176,132,111); }

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

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

 a { background-color: rgb(176,132,111); }

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

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

 span { border-color: rgb(176,132,111); }

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