Html Css Color HEX #B0719F Bouquet

📋 copy color: '#B0719F'

red 176 ◦ green 113 ◦ blue 159

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

Shades of Bouquet #B0719F

Tints of Bouquet #B0719F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.49%

R = 39.29%
G = 25.22%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0719F (or 0xB0719F) is known color: Bouquet. HEX triplet: B0, 71 and 9F. RGB value is (176,113,159). Sum of RGB (Red+Green+Blue) = 176+113+159=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0719F is #4F8E60. Grayscale: #888888. Windows color (decimal): -5213793 or 10449328. OLE color: 10449328.

HSL color Cylindrical-coordinate representation of color #B0719F: hue angle of 316.19º 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 #B0719F is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 113 159 -
CMYK 0 0.36 0.10 0.31
HSL 316.19º 0.29% 0.57% -
HSV(B) 316.19º 0.36% 0.69% -
XYZ 30.07 23.54 35.76 -
YUV 137.08 140.37 155.76 -
System Red Green Blue C M Y K H S L
Decimal 176 113 159 0 0.36 0.10 0.31 316.19 0.29 0.57
Hex B0 71 9F 0 24 A 1F 13C 1D 39
Octal 260 161 237 0 44 12 37 474 35 71
Binary 10110000 1110001 10011111 0 100100 1010 11111 100111100 11101 111001

Color Harmonies of #B0719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0719F

Black with #B0719F

Text Example


Text Example

White with #B0719F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0719F; }

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

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

background-color css

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

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

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

border-color css

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

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

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