Html Css Color HEX #B2749C Bouquet

📋 copy color: '#B2749C'

red 178 ◦ green 116 ◦ blue 156

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

Shades of Bouquet #B2749C

Tints of Bouquet #B2749C

RGB

 RED value IS 178 (69.92% from 255) = 39.56%

 GREEN value IS 116 (45.7% from 255) = 25.78%

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

R = 39.56%
G = 25.78%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2749C (or 0xB2749C) is known color: Bouquet. HEX triplet: B2, 74 and 9C. RGB value is (178,116,156). Sum of RGB (Red+Green+Blue) = 178+116+156=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749C is #4D8B63. Grayscale: #8B8B8B. Windows color (decimal): -5081956 or 10253490. OLE color: 10253490.

HSL color Cylindrical-coordinate representation of color #B2749C: hue angle of 321.29º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2749C is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 156 -
CMYK 0 0.35 0.12 0.30
HSL 321.29º 0.29% 0.58% -
HSV(B) 321.29º 0.35% 0.7% -
XYZ 30.61 24.36 34.54 -
YUV 139.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 178 116 156 0 0.35 0.12 0.30 321.29 0.29 0.58
Hex B2 74 9C 0 23 C 1E 141 1D 3A
Octal 262 164 234 0 43 14 36 501 35 72
Binary 10110010 1110100 10011100 0 100011 1100 11110 101000001 11101 111010

Color Harmonies of #B2749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2749C

Black with #B2749C

Text Example


Text Example

White with #B2749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2749C; }

 p { color: rgb(178,116,156); }

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

background-color css

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

 a { background-color: rgb(178,116,156); }

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

border-color css

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

 span { border-color: rgb(178,116,156); }

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