#B5847C

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

Shades of Brandy Rose #B5847C

Tints of Brandy Rose #B5847C

Color information

#B5847C (or 0xB5847C) is unknown color: approx Brandy Rose. HEX triplet: B5, 84 and 7C. RGB value is (181,132,124). Sum of RGB (Red+Green+Blue) = 181+132+124=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 132 (51.95% from 255 or 30.21% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5847C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5847C is #4A7B83. Grayscale: #919191. Windows color (decimal): -4881284 or 8160437. OLE color: 8160437.

HSL color Cylindrical-coordinate representation of color #B5847C: hue angle of 8.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5847C is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB181132124-
CMYK00.270.310.29
HSL8.42º27.8%59.8%-
HSV(B)8.42º31.49%70.98%-
XYZ30.9527.7822.8-
YUV145.74115.73153.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 132 (51.95% from 255) = 30.21%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=41.42%
G=30.21%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113212400.270.310.298.4227.859.8
HexB5847C01B1F1D81c3c
Octal2652041740333735103474
Binary101101011000010011111000110111111111101100011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5847C; }

 p { color: rgb(181,132,124); }

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

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

 a { background-color: rgb(181,132,124); }

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

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

 span { border-color: rgb(181,132,124); }

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