#B5826E

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

Shades of Brandy Rose #B5826E

Tints of Brandy Rose #B5826E

Color information

#B5826E (or 0xB5826E) is unknown color: approx Brandy Rose. HEX triplet: B5, 82 and 6E. RGB value is (181,130,110). Sum of RGB (Red+Green+Blue) = 181+130+110=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826E is #4A7D91. Grayscale: #8F8F8F. Windows color (decimal): -4881810 or 7242421. OLE color: 7242421.

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

Color convert

RGB181130110-
CMYK00.280.390.29
HSL16.9º32.42%57.06%-
HSV(B)16.9º39.23%70.98%-
XYZ29.8526.9118.37-
YUV142.97109.4155.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=42.99%
G=30.88%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113011000.280.390.2916.932.4257.06
HexB5826E01C271D112039
Octal2652021560344735214071
Binary101101011000001011011100111001001111110110001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5826E; }

 p { color: rgb(181,130,110); }

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

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

 a { background-color: rgb(181,130,110); }

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

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

 span { border-color: rgb(181,130,110); }

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