#B5817A

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

Shades of Brandy Rose #B5817A

Tints of Brandy Rose #B5817A

Color information

#B5817A (or 0xB5817A) is unknown color: approx Brandy Rose. HEX triplet: B5, 81 and 7A. RGB value is (181,129,122). Sum of RGB (Red+Green+Blue) = 181+129+122=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 129 (50.78% from 255 or 29.86% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 181 - color contains mainly: red. Hex color #B5817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5817A is #4A7E85. Grayscale: #8F8F8F. Windows color (decimal): -4882054 or 8028597. OLE color: 8028597.

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

Color convert

RGB181129122-
CMYK00.290.330.29
HSL7.12º28.5%59.41%-
HSV(B)7.12º32.6%70.98%-
XYZ30.4226.9322.01-
YUV143.75115.73154.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.90%
GREEN value IS 129 (50.78% from 255) = 29.86%
BLUE value IS 122 (48.05% from 255) = 28.24%
R=41.90%
G=29.86%
B=28.24%

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
Decimal18112912200.290.330.297.1228.559.41
HexB5817A01D211D71d3b
Octal265201172035413573573
Binary101101011000000111110100111011000011110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5817A; }

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

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

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

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

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

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

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

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