Html Css Color HEX #B0719C Bouquet

📋 copy color: '#B0719C'

red 176 ◦ green 113 ◦ blue 156

#B0719C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #B0719C

Tints of Bouquet #B0719C

RGB

 RED value IS 176 (69.14% from 255) = 39.55%

 GREEN value IS 113 (44.53% from 255) = 25.39%

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 39.55%
G = 25.39%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0719C (or 0xB0719C) is known color: Bouquet. HEX triplet: B0, 71 and 9C. RGB value is (176,113,156). Sum of RGB (Red+Green+Blue) = 176+113+156=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 176 - color contains mainly: red. Hex color #B0719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0719C is #4F8E63. Grayscale: #888888. Windows color (decimal): -5213796 or 10252720. OLE color: 10252720.

HSL color Cylindrical-coordinate representation of color #B0719C: hue angle of 319.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0719C is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 156 -
CMYK 0 0.36 0.11 0.31
HSL 319.05º 0.29% 0.57% -
HSV(B) 319.05º 0.36% 0.69% -
XYZ 29.81 23.44 34.41 -
YUV 136.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 176 113 156 0 0.36 0.11 0.31 319.05 0.29 0.57
Hex B0 71 9C 0 24 B 1F 13F 1D 39
Octal 260 161 234 0 44 13 37 477 35 71
Binary 10110000 1110001 10011100 0 100100 1011 11111 100111111 11101 111001

Color Harmonies of #B0719C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0719C

Black with #B0719C

Text Example


Text Example

White with #B0719C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0719C; }

 p { color: rgb(176,113,156); }

 H1.HeaderClassName
 {
   color: #B0719C;
 }
 .AnyTagClassName
 {
   color: #B0719C;
 }
</style>

background-color css

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

 a { background-color: rgb(176,113,156); }

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

border-color css

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

 span { border-color: rgb(176,113,156); }

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