Html Css Color HEX #B2739C Bouquet

📋 copy color: '#B2739C'

red 178 ◦ green 115 ◦ blue 156

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

Shades of Bouquet #B2739C

Tints of Bouquet #B2739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

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

R = 39.64%
G = 25.61%
B = 34.74%

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

#B2739C (or 0xB2739C) is known color: Bouquet. HEX triplet: B2, 73 and 9C. RGB value is (178,115,156). Sum of RGB (Red+Green+Blue) = 178+115+156=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2739C is #4D8C63. Grayscale: #8A8A8A. Windows color (decimal): -5082212 or 10253234. OLE color: 10253234.

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

Color convert

RGB 178 115 156 -
CMYK 0 0.35 0.12 0.30
HSL 320.95º 0.29% 0.57% -
HSV(B) 320.95º 0.35% 0.7% -
XYZ 30.49 24.13 34.5 -
YUV 138.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 178 115 156 0 0.35 0.12 0.30 320.95 0.29 0.57
Hex B2 73 9C 0 23 C 1E 141 1D 39
Octal 262 163 234 0 43 14 36 501 35 71
Binary 10110010 1110011 10011100 0 100011 1100 11110 101000001 11101 111001

Color Harmonies of #B2739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2739C

Black with #B2739C

Text Example


Text Example

White with #B2739C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2739C; }

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

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

background-color css

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

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

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

border-color css

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

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

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