#B5897B

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

Shades of Brandy Rose #B5897B

Tints of Brandy Rose #B5897B

Color information

#B5897B (or 0xB5897B) is unknown color: approx Brandy Rose. HEX triplet: B5, 89 and 7B. RGB value is (181,137,123). Sum of RGB (Red+Green+Blue) = 181+137+123=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 181 - color contains mainly: red. Hex color #B5897B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5897B is #4A7684. Grayscale: #949494. Windows color (decimal): -4880005 or 8096181. OLE color: 8096181.

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

Color convert

RGB181137123-
CMYK00.240.320.29
HSL14.48º28.16%59.61%-
HSV(B)14.48º32.04%70.98%-
XYZ31.5829.1522.7-
YUV148.56113.58151.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.04%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=41.04%
G=31.07%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113712300.240.320.2914.4828.1659.61
HexB5897B018201De1c3c
Octal2652111730304035163474
Binary1011010110001001111101101100010000011101111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5897B; }

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

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

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

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

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

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

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

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