#B5877C

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

Shades of Brandy Rose #B5877C

Tints of Brandy Rose #B5877C

Color information

#B5877C (or 0xB5877C) is unknown color: approx Brandy Rose. HEX triplet: B5, 87 and 7C. RGB value is (181,135,124). Sum of RGB (Red+Green+Blue) = 181+135+124=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5877C is #4A7883. Grayscale: #939393. Windows color (decimal): -4880516 or 8161205. OLE color: 8161205.

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

Color convert

RGB181135124-
CMYK00.250.310.29
HSL11.58º27.8%59.8%-
HSV(B)11.58º31.49%70.98%-
XYZ31.3628.6122.94-
YUV147.5114.74151.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 135 (53.12% from 255) = 30.68%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=41.14%
G=30.68%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113512400.250.310.2911.5827.859.8
HexB5877C0191F1Dc1c3c
Octal2652071740313735143474
Binary101101011000011111111000110011111111101110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5877C; }

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

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

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

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

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

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

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

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