Html Css Color HEX #B1819D Bouquet

📋 copy color: '#B1819D'

red 177 ◦ green 129 ◦ blue 157

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

Shades of Bouquet #B1819D

Tints of Bouquet #B1819D

RGB

 RED value IS 177 (69.53% from 255) = 38.23%

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

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 38.23%
G = 27.86%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1819D (or 0xB1819D) is known color: Bouquet. HEX triplet: B1, 81 and 9D. RGB value is (177,129,157). Sum of RGB (Red+Green+Blue) = 177+129+157=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1819D is #4E7E62. Grayscale: #929292. Windows color (decimal): -5144163 or 10322353. OLE color: 10322353.

HSL color Cylindrical-coordinate representation of color #B1819D: hue angle of 325º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1819D is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 157 -
CMYK 0 0.27 0.11 0.31
HSL 325º 0.24% 0.6% -
HSV(B) 325º 0.27% 0.69% -
XYZ 32.07 27.48 35.51 -
YUV 146.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 177 129 157 0 0.27 0.11 0.31 325 0.24 0.6
Hex B1 81 9D 0 1B B 1F 145 18 3C
Octal 261 201 235 0 33 13 37 505 30 74
Binary 10110001 10000001 10011101 0 11011 1011 11111 101000101 11000 111100

Color Harmonies of #B1819D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1819D

Black with #B1819D

Text Example


Text Example

White with #B1819D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1819D; }

 p { color: rgb(177,129,157); }

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

background-color css

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

 a { background-color: rgb(177,129,157); }

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

border-color css

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

 span { border-color: rgb(177,129,157); }

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