#B781A0

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

Shades of Bouquet #B781A0

Tints of Bouquet #B781A0

Color information

#B781A0 (or 0xB781A0) is unknown color: approx Bouquet. HEX triplet: B7, 81 and A0. RGB value is (183,129,160). Sum of RGB (Red+Green+Blue) = 183+129+160=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B781A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B781A0 is #487E5F. Grayscale: #949494. Windows color (decimal): -4750944 or 10518967. OLE color: 10518967.

HSL color Cylindrical-coordinate representation of color #B781A0: hue angle of 325.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B781A0 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183129160-
CMYK00.300.130.28
HSL325.56º27.27%61.18%-
HSV(B)325.56º29.51%71.76%-
XYZ33.7228.3136.94-
YUV148.68134.39152.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=38.77%
G=27.33%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312916000.300.130.28325.5627.2761.18
HexB781A001ED1C1461b3d
Octal26720124003615345063375
Binary10110111100000011010000001111011011110010100011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781A0; }

 p { color: rgb(183,129,160); }

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

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

 a { background-color: rgb(183,129,160); }

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

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

 span { border-color: rgb(183,129,160); }

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