Html Css Color HEX #B4719B Bouquet

📋 copy color: '#B4719B'

red 180 ◦ green 113 ◦ blue 155

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

Shades of Bouquet #B4719B

Tints of Bouquet #B4719B

RGB

 RED value IS 180 (70.7% from 255) = 40.18%

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

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

R = 40.18%
G = 25.22%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B4719B (or 0xB4719B) is known color: Bouquet. HEX triplet: B4, 71 and 9B. RGB value is (180,113,155). Sum of RGB (Red+Green+Blue) = 180+113+155=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 180 - color contains mainly: red. Hex color #B4719B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B4719B is #4B8E64. Grayscale: #898989. Windows color (decimal): -4951653 or 10187188. OLE color: 10187188.

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

Color convert

RGB 180 113 155 -
CMYK 0 0.37 0.14 0.29
HSL 322.39º 0.31% 0.57% -
HSV(B) 322.39º 0.37% 0.71% -
XYZ 30.64 23.88 34 -
YUV 137.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 180 113 155 0 0.37 0.14 0.29 322.39 0.31 0.57
Hex B4 71 9B 0 25 E 1D 142 1F 39
Octal 264 161 233 0 45 16 35 502 37 71
Binary 10110100 1110001 10011011 0 100101 1110 11101 101000010 11111 111001

Color Harmonies of #B4719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4719B

Black with #B4719B

Text Example


Text Example

White with #B4719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4719B; }

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

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

background-color css

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

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

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

border-color css

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

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

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