#B5897C

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

Shades of Brandy Rose #B5897C

Tints of Brandy Rose #B5897C

Color information

#B5897C (or 0xB5897C) is unknown color: approx Brandy Rose. HEX triplet: B5, 89 and 7C. RGB value is (181,137,124). Sum of RGB (Red+Green+Blue) = 181+137+124=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 137 (53.91% from 255 or 31.00% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 181 - color contains mainly: red. Hex color #B5897C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5897C is #4A7683. Grayscale: #949494. Windows color (decimal): -4880004 or 8161717. OLE color: 8161717.

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

Color convert

RGB181137124-
CMYK00.240.310.29
HSL13.68º27.8%59.8%-
HSV(B)13.68º31.49%70.98%-
XYZ31.6429.1723.03-
YUV148.67114.08151.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.95%
GREEN value IS 137 (53.91% from 255) = 31.00%
BLUE value IS 124 (48.83% from 255) = 28.05%
R=40.95%
G=31.00%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113712400.240.310.2913.6827.859.8
HexB5897C0181F1De1c3c
Octal2652111740303735163474
Binary101101011000100111111000110001111111101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5897C; }

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

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

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

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

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

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

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

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