#B5796F

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

Shades of Brandy Rose #B5796F

Tints of Brandy Rose #B5796F

Color information

#B5796F (or 0xB5796F) is unknown color: approx Brandy Rose. HEX triplet: B5, 79 and 6F. RGB value is (181,121,111). Sum of RGB (Red+Green+Blue) = 181+121+111=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B5796F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5796F is #4A8690. Grayscale: #898989. Windows color (decimal): -4884113 or 7305653. OLE color: 7305653.

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

Color convert

RGB181121111-
CMYK00.330.390.29
HSL8.57º32.11%57.25%-
HSV(B)8.57º38.67%70.98%-
XYZ28.7624.6518.28-
YUV137.8112.88158.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=43.83%
G=29.30%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112111100.330.390.298.5732.1157.25
HexB5796F021271D92039
Octal2651711570414735114071
Binary10110101111100111011110100001100111111011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5796F; }

 p { color: rgb(181,121,111); }

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

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

 a { background-color: rgb(181,121,111); }

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

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

 span { border-color: rgb(181,121,111); }

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