Html Css Color HEX #B2819A Bouquet

📋 copy color: '#B2819A'

red 178 ◦ green 129 ◦ blue 154

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

Shades of Bouquet #B2819A

Tints of Bouquet #B2819A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

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

R = 38.61%
G = 27.98%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2819A (or 0xB2819A) is known color: Bouquet. HEX triplet: B2, 81 and 9A. RGB value is (178,129,154). Sum of RGB (Red+Green+Blue) = 178+129+154=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B2819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2819A is #4D7E65. Grayscale: #929292. Windows color (decimal): -5078630 or 10125746. OLE color: 10125746.

HSL color Cylindrical-coordinate representation of color #B2819A: hue angle of 329.39º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2819A is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 129 154 -
CMYK 0 0.28 0.13 0.30
HSL 329.39º 0.24% 0.6% -
HSV(B) 329.39º 0.28% 0.7% -
XYZ 32.04 27.5 34.19 -
YUV 146.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 178 129 154 0 0.28 0.13 0.30 329.39 0.24 0.6
Hex B2 81 9A 0 1C D 1E 149 18 3C
Octal 262 201 232 0 34 15 36 511 30 74
Binary 10110010 10000001 10011010 0 11100 1101 11110 101001001 11000 111100

Color Harmonies of #B2819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2819A

Black with #B2819A

Text Example


Text Example

White with #B2819A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2819A; }

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

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

background-color css

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

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

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

border-color css

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

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

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