#B5837C

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

Shades of Brandy Rose #B5837C

Tints of Brandy Rose #B5837C

Color information

#B5837C (or 0xB5837C) is unknown color: approx Brandy Rose. HEX triplet: B5, 83 and 7C. RGB value is (181,131,124). Sum of RGB (Red+Green+Blue) = 181+131+124=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B5837C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5837C is #4A7C83. Grayscale: #919191. Windows color (decimal): -4881540 or 8160181. OLE color: 8160181.

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

Color convert

RGB181131124-
CMYK00.280.310.29
HSL7.37º27.8%59.8%-
HSV(B)7.37º31.49%70.98%-
XYZ30.8127.5122.76-
YUV145.15116.07153.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 131 (51.56% from 255) = 30.05%
BLUE value IS 124 (48.83% from 255) = 28.44%
R=41.51%
G=30.05%
B=28.44%

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
Decimal18113112400.280.310.297.3727.859.8
HexB5837C01C1F1D71c3c
Octal265203174034373573474
Binary10110101100000111111100011100111111110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5837C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5837C; }

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

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

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

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

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

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

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

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