Html Css Color HEX #B5649C Bouquet

📋 copy color: '#B5649C'

red 181 ◦ green 100 ◦ blue 156

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

Shades of Bouquet #B5649C

Tints of Bouquet #B5649C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.88%

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

R = 41.42%
G = 22.88%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B5649C (or 0xB5649C) is known color: Bouquet. HEX triplet: B5, 64 and 9C. RGB value is (181,100,156). Sum of RGB (Red+Green+Blue) = 181+100+156=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 156 (61.33% from 255 or 35.70% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5649C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5649C is #4A9B63. Grayscale: #828282. Windows color (decimal): -4889444 or 10249397. OLE color: 10249397.

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

Color convert

RGB 181 100 156 -
CMYK 0 0.45 0.14 0.29
HSL 318.52º 0.35% 0.55% -
HSV(B) 318.52º 0.45% 0.71% -
XYZ 29.61 21.34 34.01 -
YUV 130.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 181 100 156 0 0.45 0.14 0.29 318.52 0.35 0.55
Hex B5 64 9C 0 2D E 1D 13F 23 37
Octal 265 144 234 0 55 16 35 477 43 67
Binary 10110101 1100100 10011100 0 101101 1110 11101 100111111 100011 110111

Color Harmonies of #B5649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5649C

Black with #B5649C

Text Example


Text Example

White with #B5649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5649C; }

 p { color: rgb(181,100,156); }

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

background-color css

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

 a { background-color: rgb(181,100,156); }

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

border-color css

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

 span { border-color: rgb(181,100,156); }

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