Html Css Color HEX #B5719B Bouquet

📋 copy color: '#B5719B'

red 181 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #B5719B

Tints of Bouquet #B5719B

RGB

 RED value IS 181 (71.09% from 255) = 40.31%

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

 BLUE value IS 155 (60.94% from 255) = 34.52%

R = 40.31%
G = 25.17%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5719B (or 0xB5719B) is known color: Bouquet. HEX triplet: B5, 71 and 9B. RGB value is (181,113,155). Sum of RGB (Red+Green+Blue) = 181+113+155=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B5719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5719B is #4A8E64. Grayscale: #8A8A8A. Windows color (decimal): -4886117 or 10187189. OLE color: 10187189.

HSL color Cylindrical-coordinate representation of color #B5719B: hue angle of 322.94º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5719B is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 113 155 -
CMYK 0 0.38 0.14 0.29
HSL 322.94º 0.31% 0.58% -
HSV(B) 322.94º 0.38% 0.71% -
XYZ 30.88 24 34.02 -
YUV 138.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 181 113 155 0 0.38 0.14 0.29 322.94 0.31 0.58
Hex B5 71 9B 0 26 E 1D 143 1F 3A
Octal 265 161 233 0 46 16 35 503 37 72
Binary 10110101 1110001 10011011 0 100110 1110 11101 101000011 11111 111010

Color Harmonies of #B5719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5719B

Black with #B5719B

Text Example


Text Example

White with #B5719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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