#B782A4

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

Shades of Bouquet #B782A4

Tints of Bouquet #B782A4

Color information

#B782A4 (or 0xB782A4) is unknown color: approx Bouquet. HEX triplet: B7, 82 and A4. RGB value is (183,130,164). Sum of RGB (Red+Green+Blue) = 183+130+164=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 183 - color contains mainly: red. Hex color #B782A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782A4 is #487D5B. Grayscale: #959595. Windows color (decimal): -4750684 or 10781367. OLE color: 10781367.

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

Color convert

RGB183130164-
CMYK00.290.100.28
HSL321.51º26.9%61.37%-
HSV(B)321.51º28.96%71.76%-
XYZ34.2128.7138.86-
YUV149.72136.06151.74-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=38.36%
G=27.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313016400.290.100.28321.5126.961.37
HexB782A401DA1C1421b3d
Octal26720224403512345023375
Binary10110111100000101010010001110110101110010100001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782A4; }

 p { color: rgb(183,130,164); }

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

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

 a { background-color: rgb(183,130,164); }

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

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

 span { border-color: rgb(183,130,164); }

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