#B5807A

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

Shades of Brandy Rose #B5807A

Tints of Brandy Rose #B5807A

Color information

#B5807A (or 0xB5807A) is unknown color: approx Brandy Rose. HEX triplet: B5, 80 and 7A. RGB value is (181,128,122). Sum of RGB (Red+Green+Blue) = 181+128+122=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 181 - color contains mainly: red. Hex color #B5807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5807A is #4A7F85. Grayscale: #8F8F8F. Windows color (decimal): -4882310 or 8028341. OLE color: 8028341.

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

Color convert

RGB181128122-
CMYK00.290.330.29
HSL6.1º28.5%59.41%-
HSV(B)6.1º32.6%70.98%-
XYZ30.2926.6721.96-
YUV143.16116.06154.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.00%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=42.00%
G=29.70%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112812200.290.330.296.128.559.41
HexB5807A01D211D61d3b
Octal265200172035413563573
Binary101101011000000011110100111011000011110111011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5807A; }

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

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

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

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

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

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

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

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