Html Css Color HEX #B4819C Bouquet

📋 copy color: '#B4819C'

red 180 ◦ green 129 ◦ blue 156

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

Shades of Bouquet #B4819C

Tints of Bouquet #B4819C

RGB

 RED value IS 180 (70.7% from 255) = 38.71%

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

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

R = 38.71%
G = 27.74%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4819C (or 0xB4819C) is known color: Bouquet. HEX triplet: B4, 81 and 9C. RGB value is (180,129,156). Sum of RGB (Red+Green+Blue) = 180+129+156=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4819C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4819C is #4B7E63. Grayscale: #939393. Windows color (decimal): -4947556 or 10256820. OLE color: 10256820.

HSL color Cylindrical-coordinate representation of color #B4819C: hue angle of 328.24º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4819C is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 129 156 -
CMYK 0 0.28 0.13 0.29
HSL 328.24º 0.25% 0.61% -
HSV(B) 328.24º 0.28% 0.71% -
XYZ 32.67 27.8 35.1 -
YUV 147.33 132.9 151.3 -
System Red Green Blue C M Y K H S L
Decimal 180 129 156 0 0.28 0.13 0.29 328.24 0.25 0.61
Hex B4 81 9C 0 1C D 1D 148 19 3D
Octal 264 201 234 0 34 15 35 510 31 75
Binary 10110100 10000001 10011100 0 11100 1101 11101 101001000 11001 111101

Color Harmonies of #B4819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4819C

Black with #B4819C

Text Example


Text Example

White with #B4819C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4819C; }

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

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

background-color css

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

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

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

border-color css

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

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

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