Html Css Color HEX #B0719A Bouquet

📋 copy color: '#B0719A'

red 176 ◦ green 113 ◦ blue 154

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

Shades of Bouquet #B0719A

Tints of Bouquet #B0719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 39.73%
G = 25.51%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0719A (or 0xB0719A) is known color: Bouquet. HEX triplet: B0, 71 and 9A. RGB value is (176,113,154). Sum of RGB (Red+Green+Blue) = 176+113+154=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 176 - color contains mainly: red. Hex color #B0719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0719A is #4F8E65. Grayscale: #888888. Windows color (decimal): -5213798 or 10121648. OLE color: 10121648.

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

Color convert

RGB 176 113 154 -
CMYK 0 0.36 0.12 0.31
HSL 320.95º 0.29% 0.57% -
HSV(B) 320.95º 0.36% 0.69% -
XYZ 29.64 23.37 33.52 -
YUV 136.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 176 113 154 0 0.36 0.12 0.31 320.95 0.29 0.57
Hex B0 71 9A 0 24 C 1F 141 1D 39
Octal 260 161 232 0 44 14 37 501 35 71
Binary 10110000 1110001 10011010 0 100100 1100 11111 101000001 11101 111001

Color Harmonies of #B0719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0719A

Black with #B0719A

Text Example


Text Example

White with #B0719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0719A; }

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

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

background-color css

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

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

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

border-color css

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

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

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