#B56795

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

Shades of Hopbush #B56795

Tints of Hopbush #B56795

Color information

#B56795 (or 0xB56795) is unknown color: approx Hopbush. HEX triplet: B5, 67 and 95. RGB value is (181,103,149). Sum of RGB (Red+Green+Blue) = 181+103+149=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B56795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56795 is #4A986A. Grayscale: #838383. Windows color (decimal): -4888683 or 9791413. OLE color: 9791413.

HSL color Cylindrical-coordinate representation of color #B56795: hue angle of 324.62º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B56795 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181103149-
CMYK00.430.180.29
HSL324.62º34.51%55.69%-
HSV(B)324.62º43.09%70.98%-
XYZ29.3321.6931.08-
YUV131.57137.84163.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 103 (40.62% from 255) = 23.79%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=41.80%
G=23.79%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110314900.430.180.29324.6234.5155.69
HexB5679502B121D1452338
Octal26514722505322355054370
Binary1011010111001111001010101010111001011101101000101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56795; }

 p { color: rgb(181,103,149); }

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

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

 a { background-color: rgb(181,103,149); }

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

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

 span { border-color: rgb(181,103,149); }

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