Html Css Color HEX #B3809C Bouquet

📋 copy color: '#B3809C'

red 179 ◦ green 128 ◦ blue 156

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

Shades of Bouquet #B3809C

Tints of Bouquet #B3809C

RGB

 RED value IS 179 (70.31% from 255) = 38.66%

 GREEN value IS 128 (50.39% from 255) = 27.65%

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

R = 38.66%
G = 27.65%
B = 33.69%

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

#B3809C (or 0xB3809C) is known color: Bouquet. HEX triplet: B3, 80 and 9C. RGB value is (179,128,156). Sum of RGB (Red+Green+Blue) = 179+128+156=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B3809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3809C is #4C7F63. Grayscale: #929292. Windows color (decimal): -5013348 or 10256563. OLE color: 10256563.

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

Color convert

RGB 179 128 156 -
CMYK 0 0.28 0.13 0.30
HSL 327.06º 0.25% 0.6% -
HSV(B) 327.06º 0.28% 0.7% -
XYZ 32.31 27.42 35.04 -
YUV 146.44 133.4 151.22 -
System Red Green Blue C M Y K H S L
Decimal 179 128 156 0 0.28 0.13 0.30 327.06 0.25 0.6
Hex B3 80 9C 0 1C D 1E 147 19 3C
Octal 263 200 234 0 34 15 36 507 31 74
Binary 10110011 10000000 10011100 0 11100 1101 11110 101000111 11001 111100

Color Harmonies of #B3809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3809C

Black with #B3809C

Text Example


Text Example

White with #B3809C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3809C; }

 p { color: rgb(179,128,156); }

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

background-color css

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

 a { background-color: rgb(179,128,156); }

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

border-color css

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

 span { border-color: rgb(179,128,156); }

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