#B5826C

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

Shades of Brandy Rose #B5826C

Tints of Brandy Rose #B5826C

Color information

#B5826C (or 0xB5826C) is unknown color: approx Brandy Rose. HEX triplet: B5, 82 and 6C. RGB value is (181,130,108). Sum of RGB (Red+Green+Blue) = 181+130+108=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5826C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5826C is #4A7D93. Grayscale: #8E8E8E. Windows color (decimal): -4881812 or 7111349. OLE color: 7111349.

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

Color convert

RGB181130108-
CMYK00.280.400.29
HSL18.08º33.03%56.67%-
HSV(B)18.08º40.33%70.98%-
XYZ29.7526.8717.81-
YUV142.74108.4155.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=43.20%
G=31.03%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113010800.280.400.2918.0833.0356.67
HexB5826C01C281D122139
Octal2652021540345035224171
Binary101101011000001011011000111001010001110110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5826C; }

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

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

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

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

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

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

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

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