#B5807C

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

Shades of Brandy Rose #B5807C

Tints of Brandy Rose #B5807C

Color information

#B5807C (or 0xB5807C) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 7C. RGB value is (181,128,124). Sum of RGB (Red+Green+Blue) = 181+128+124=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5807C is #4A7F83. Grayscale: #8F8F8F. Windows color (decimal): -4882308 or 8159413. OLE color: 8159413.

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

Color convert

RGB181128124-
CMYK00.290.310.29
HSL4.21º27.8%59.8%-
HSV(B)4.21º31.49%70.98%-
XYZ30.4126.7222.62-
YUV143.39117.06154.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 128 (50.39% from 255) = 29.56%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=41.80%
G=29.56%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112812400.290.310.294.2127.859.8
HexB5807C01D1F1D41c3c
Octal265200174035373543474
Binary10110101100000001111100011101111111110110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5807C; }

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

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

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

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

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

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

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

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