Html Css Color HEX #B6819E Bouquet

📋 copy color: '#B6819E'

red 182 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #B6819E

Tints of Bouquet #B6819E

RGB

 RED value IS 182 (71.48% from 255) = 38.81%

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

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

R = 38.81%
G = 27.51%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6819E (or 0xB6819E) is known color: Bouquet. HEX triplet: B6, 81 and 9E. RGB value is (182,129,158). Sum of RGB (Red+Green+Blue) = 182+129+158=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 158 (62.11% from 255 or 33.69% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6819E is #497E61. Grayscale: #949494. Windows color (decimal): -4816482 or 10387894. OLE color: 10387894.

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

Color convert

RGB 182 129 158 -
CMYK 0 0.29 0.13 0.29
HSL 327.17º 0.27% 0.61% -
HSV(B) 327.17º 0.29% 0.71% -
XYZ 33.31 28.11 36.02 -
YUV 148.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 182 129 158 0 0.29 0.13 0.29 327.17 0.27 0.61
Hex B6 81 9E 0 1D D 1D 147 1B 3D
Octal 266 201 236 0 35 15 35 507 33 75
Binary 10110110 10000001 10011110 0 11101 1101 11101 101000111 11011 111101

Color Harmonies of #B6819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6819E

Black with #B6819E

Text Example


Text Example

White with #B6819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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