#B2719B

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

Shades of Bouquet #B2719B

Tints of Bouquet #B2719B

Color information

#B2719B (or 0xB2719B) is unknown color: approx Bouquet. HEX triplet: B2, 71 and 9B. RGB value is (178,113,155). Sum of RGB (Red+Green+Blue) = 178+113+155=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B2719B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2719B is #4D8E64. Grayscale: #898989. Windows color (decimal): -5082725 or 10187186. OLE color: 10187186.

HSL color Cylindrical-coordinate representation of color #B2719B: hue angle of 321.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2719B is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178113155-
CMYK00.370.130.30
HSL321.23º29.68%57.06%-
HSV(B)321.23º36.52%69.8%-
XYZ30.1823.6433.98-
YUV137.22138.03157.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=39.91%
G=25.34%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811315500.370.130.30321.2329.6857.06
HexB2719B025D1E1411e39
Octal26216123304515365013671
Binary10110010111000110011011010010111011111010100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2719B; }

 p { color: rgb(178,113,155); }

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

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

 a { background-color: rgb(178,113,155); }

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

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

 span { border-color: rgb(178,113,155); }

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