#B5827C

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

Shades of Brandy Rose #B5827C

Tints of Brandy Rose #B5827C

Color information

#B5827C (or 0xB5827C) is unknown color: approx Brandy Rose. HEX triplet: B5, 82 and 7C. RGB value is (181,130,124). Sum of RGB (Red+Green+Blue) = 181+130+124=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 130 (51.17% from 255 or 29.89% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 181 - color contains mainly: red. Hex color #B5827C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5827C is #4A7D83. Grayscale: #909090. Windows color (decimal): -4881796 or 8159925. OLE color: 8159925.

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

Color convert

RGB181130124-
CMYK00.280.310.29
HSL6.32º27.8%59.8%-
HSV(B)6.32º31.49%70.98%-
XYZ30.6827.2422.71-
YUV144.56116.4153.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 130 (51.17% from 255) = 29.89%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=41.61%
G=29.89%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113012400.280.310.296.3227.859.8
HexB5827C01C1F1D61c3c
Octal265202174034373563474
Binary10110101100000101111100011100111111110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5827C; }

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

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

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

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

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

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

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

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