#B0847D

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

Shades of Brandy Rose #B0847D

Tints of Brandy Rose #B0847D

Color information

#B0847D (or 0xB0847D) is unknown color: approx Brandy Rose. HEX triplet: B0, 84 and 7D. RGB value is (176,132,125). Sum of RGB (Red+Green+Blue) = 176+132+125=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 176 - color contains mainly: red. Hex color #B0847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0847D is #4F7B82. Grayscale: #909090. Windows color (decimal): -5208963 or 8225968. OLE color: 8225968.

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

Color convert

RGB176132125-
CMYK00.250.290.31
HSL8.24º24.4%59.02%-
HSV(B)8.24º28.98%69.02%-
XYZ29.8627.2123.08-
YUV144.36117.08150.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.65%
GREEN value IS 132 (51.95% from 255) = 30.48%
BLUE value IS 125 (49.22% from 255) = 28.87%
R=40.65%
G=30.48%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613212500.250.290.318.2424.459.02
HexB0847D0191D1F8183b
Octal2602041750313537103073
Binary101100001000010011111010110011110111111100011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0847D; }

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

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

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

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

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

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

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

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