#B5817B

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

Shades of Brandy Rose #B5817B

Tints of Brandy Rose #B5817B

Color information

#B5817B (or 0xB5817B) is unknown color: approx Brandy Rose. HEX triplet: B5, 81 and 7B. RGB value is (181,129,123). Sum of RGB (Red+Green+Blue) = 181+129+123=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B5817B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5817B is #4A7E84. Grayscale: #8F8F8F. Windows color (decimal): -4882053 or 8094133. OLE color: 8094133.

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

Color convert

RGB181129123-
CMYK00.290.320.29
HSL6.21º28.16%59.61%-
HSV(B)6.21º32.04%70.98%-
XYZ30.4826.9522.34-
YUV143.86116.23154.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 129 (50.78% from 255) = 29.79%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=41.80%
G=29.79%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112912300.290.320.296.2128.1659.61
HexB5817B01D201D61c3c
Octal265201173035403563474
Binary101101011000000111110110111011000001110111011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5817B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5817B; }

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

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

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

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

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

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

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

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