Html Css Color HEX #B3819C Bouquet

📋 copy color: '#B3819C'

red 179 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #B3819C

Tints of Bouquet #B3819C

RGB

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

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

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

R = 38.58%
G = 27.8%
B = 33.62%

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

#B3819C (or 0xB3819C) is known color: Bouquet. HEX triplet: B3, 81 and 9C. RGB value is (179,129,156). Sum of RGB (Red+Green+Blue) = 179+129+156=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 179 - color contains mainly: red. Hex color #B3819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3819C is #4C7E63. Grayscale: #929292. Windows color (decimal): -5013092 or 10256819. OLE color: 10256819.

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

Color convert

RGB 179 129 156 -
CMYK 0 0.28 0.13 0.30
HSL 327.6º 0.25% 0.6% -
HSV(B) 327.6º 0.28% 0.7% -
XYZ 32.44 27.68 35.09 -
YUV 147.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 179 129 156 0 0.28 0.13 0.30 327.6 0.25 0.6
Hex B3 81 9C 0 1C D 1E 148 19 3C
Octal 263 201 234 0 34 15 36 510 31 74
Binary 10110011 10000001 10011100 0 11100 1101 11110 101001000 11001 111100

Color Harmonies of #B3819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3819C

Black with #B3819C

Text Example


Text Example

White with #B3819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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