Html Css Color HEX #B1819E Bouquet

📋 copy color: '#B1819E'

red 177 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #B1819E

Tints of Bouquet #B1819E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.05%

R = 38.15%
G = 27.8%
B = 34.05%

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

#B1819E (or 0xB1819E) is known color: Bouquet. HEX triplet: B1, 81 and 9E. RGB value is (177,129,158). Sum of RGB (Red+Green+Blue) = 177+129+158=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1819E is #4E7E61. Grayscale: #929292. Windows color (decimal): -5144162 or 10387889. OLE color: 10387889.

HSL color Cylindrical-coordinate representation of color #B1819E: hue angle of 323.75º 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 #B1819E is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 129 158 -
CMYK 0 0.27 0.11 0.31
HSL 323.75º 0.24% 0.6% -
HSV(B) 323.75º 0.27% 0.69% -
XYZ 32.15 27.52 35.96 -
YUV 146.66 134.4 149.64 -
System Red Green Blue C M Y K H S L
Decimal 177 129 158 0 0.27 0.11 0.31 323.75 0.24 0.6
Hex B1 81 9E 0 1B B 1F 144 18 3C
Octal 261 201 236 0 33 13 37 504 30 74
Binary 10110001 10000001 10011110 0 11011 1011 11111 101000100 11000 111100

Color Harmonies of #B1819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1819E

Black with #B1819E

Text Example


Text Example

White with #B1819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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