#B5827B

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

Shades of Brandy Rose #B5827B

Tints of Brandy Rose #B5827B

Color information

#B5827B (or 0xB5827B) is unknown color: approx Brandy Rose. HEX triplet: B5, 82 and 7B. RGB value is (181,130,123). Sum of RGB (Red+Green+Blue) = 181+130+123=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5827B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5827B is #4A7D84. Grayscale: #909090. Windows color (decimal): -4881797 or 8094389. OLE color: 8094389.

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

Color convert

RGB181130123-
CMYK00.280.320.29
HSL7.24º28.16%59.61%-
HSV(B)7.24º32.04%70.98%-
XYZ30.6127.2222.38-
YUV144.45115.9154.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.71%
GREEN value IS 130 (51.17% from 255) = 29.95%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=41.71%
G=29.95%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113012300.280.320.297.2428.1659.61
HexB5827B01C201D71c3c
Octal265202173034403573474
Binary101101011000001011110110111001000001110111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5827B; }

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

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

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

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

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

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

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

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