Html Css Color HEX #B2749A Bouquet

📋 copy color: '#B2749A'

red 178 ◦ green 116 ◦ blue 154

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

Shades of Bouquet #B2749A

Tints of Bouquet #B2749A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 39.73%
G = 25.89%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2749A (or 0xB2749A) is known color: Bouquet. HEX triplet: B2, 74 and 9A. RGB value is (178,116,154). Sum of RGB (Red+Green+Blue) = 178+116+154=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749A is #4D8B65. Grayscale: #8A8A8A. Windows color (decimal): -5081958 or 10122418. OLE color: 10122418.

HSL color Cylindrical-coordinate representation of color #B2749A: hue angle of 323.23º 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 #B2749A is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 154 -
CMYK 0 0.35 0.13 0.30
HSL 323.23º 0.29% 0.58% -
HSV(B) 323.23º 0.35% 0.7% -
XYZ 30.44 24.29 33.66 -
YUV 138.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 178 116 154 0 0.35 0.13 0.30 323.23 0.29 0.58
Hex B2 74 9A 0 23 D 1E 143 1D 3A
Octal 262 164 232 0 43 15 36 503 35 72
Binary 10110010 1110100 10011010 0 100011 1101 11110 101000011 11101 111010

Color Harmonies of #B2749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2749A

Black with #B2749A

Text Example


Text Example

White with #B2749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2749A; }

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

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

background-color css

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

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

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

border-color css

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

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

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